diff options
author | Måns Rullgård <mans@mansr.com> | 2008-04-09 21:11:39 +0000 |
---|---|---|
committer | Måns Rullgård <mans@mansr.com> | 2008-04-09 21:11:39 +0000 |
commit | 76ca42a8a010acf7939f5635282279c90a313d78 (patch) | |
tree | 69682b0f760d5da7ea8c2c644a27eda8e3bc1f96 /common.mak | |
parent | 8a03404d4f15e2b8aefdeca9294f5c31d429ca75 (diff) | |
download | ffmpeg-76ca42a8a010acf7939f5635282279c90a313d78.tar.gz |
move DEP_LIBS to common.mak
Originally committed as revision 12777 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'common.mak')
-rw-r--r-- | common.mak | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/common.mak b/common.mak index 117fc170b5..d87de3e1f7 100644 --- a/common.mak +++ b/common.mak @@ -57,6 +57,8 @@ SRCS := $(addprefix $(SUBDIR),$(SRCS)) OBJS := $(addprefix $(SUBDIR),$(OBJS)) TESTS := $(addprefix $(SUBDIR),$(TESTS)) +DEP_LIBS:=$(foreach NAME,$(FFLIBS),lib$(NAME)/$($(BUILD_SHARED:yes=S)LIBNAME)) + ALLHEADERS := $(subst $(SRC_DIR)/,$(SUBDIR),$(wildcard $(SRC_DIR)/*.h)) checkheaders: $(filter-out %_template.ho,$(ALLHEADERS:.h=.ho)) |