diff options
author | Måns Rullgård <mans@mansr.com> | 2010-03-08 18:43:44 +0000 |
---|---|---|
committer | Måns Rullgård <mans@mansr.com> | 2010-03-08 18:43:44 +0000 |
commit | 2a5500b13e666a6837d0bb08de9d5f26d7008851 (patch) | |
tree | cd95424bc29278c818dab0326b60e63583081fb1 /subdir.mak | |
parent | a79f59e31cc89249be48f8e6242c70a78210d631 (diff) | |
download | ffmpeg-2a5500b13e666a6837d0bb08de9d5f26d7008851.tar.gz |
Add TESTOBJS make variable for extra objects used by test apps
Originally committed as revision 22335 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'subdir.mak')
-rw-r--r-- | subdir.mak | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/subdir.mak b/subdir.mak index 8445217ebb..da61458df6 100644 --- a/subdir.mak +++ b/subdir.mak @@ -5,7 +5,7 @@ include $(SUBDIR)../common.mak LIBVERSION := $(lib$(NAME)_VERSION) LIBMAJOR := $(lib$(NAME)_VERSION_MAJOR) -$(OBJS) $(SUBDIR)%.ho $(SUBDIR)%-test.o: CPPFLAGS += -DHAVE_AV_CONFIG_H +$(OBJS) $(SUBDIR)%.ho $(SUBDIR)%-test.o $(TESTOBJS): CPPFLAGS += -DHAVE_AV_CONFIG_H ifdef CONFIG_STATIC all: $(SUBDIR)$(LIBNAME) |