Revision 42225a30
common.mak | ||
---|---|---|
2 | 2 |
# common bits used by all libraries |
3 | 3 |
# |
4 | 4 |
|
5 |
SRC_DIR = $(SRC_PATH)/$(SUBDIR)
|
|
5 |
SRC_DIR = $(SRC_PATH)/lib$(NAME)
|
|
6 | 6 |
VPATH = $(SRC_DIR) |
7 | 7 |
|
8 | 8 |
#FIXME: This should be in configure/config.mak |
libavcodec/Makefile | ||
---|---|---|
417 | 417 |
endif |
418 | 418 |
|
419 | 419 |
NAME=avcodec |
420 |
SUBDIR=libavcodec |
|
421 | 420 |
LIBAVUTIL= $(SRC_PATH)/libavutil/$(LIBPREF)avutil$(LIBSUF) |
422 | 421 |
ifeq ($(BUILD_SHARED),yes) |
423 | 422 |
LIBVERSION=$(LAVCVERSION) |
libavformat/Makefile | ||
---|---|---|
83 | 83 |
endif |
84 | 84 |
|
85 | 85 |
NAME=avformat |
86 |
SUBDIR=libavformat |
|
87 | 86 |
ifeq ($(BUILD_SHARED),yes) |
88 | 87 |
LIBVERSION=$(LAVFVERSION) |
89 | 88 |
LIBMAJOR=$(LAVFMAJOR) |
libavutil/Makefile | ||
---|---|---|
15 | 15 |
intfloat_readwrite.h |
16 | 16 |
|
17 | 17 |
NAME=avutil |
18 |
SUBDIR = libavutil |
|
19 | 18 |
ifeq ($(BUILD_SHARED),yes) |
20 | 19 |
LIBVERSION=$(LAVUVERSION) |
21 | 20 |
LIBMAJOR=$(LAVUMAJOR) |
libpostproc/Makefile | ||
---|---|---|
5 | 5 |
incdir=$(prefix)/include/postproc |
6 | 6 |
|
7 | 7 |
NAME=postproc |
8 |
SUBDIR=libpostproc |
|
9 | 8 |
ifeq ($(BUILD_SHARED),yes) |
10 | 9 |
LIBVERSION=$(SPPVERSION) |
11 | 10 |
LIBMAJOR=$(SPPMAJOR) |
Also available in: Unified diff