From 2a5500b13e666a6837d0bb08de9d5f26d7008851 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A5ns=20Rullg=C3=A5rd?= Date: Mon, 8 Mar 2010 18:43:44 +0000 Subject: Add TESTOBJS make variable for extra objects used by test apps Originally committed as revision 22335 to svn://svn.ffmpeg.org/ffmpeg/trunk --- subdir.mak | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'subdir.mak') 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) -- cgit v1.2.3