From 15dfbc503dec612ab79aa891284f875bdd0ecd6a Mon Sep 17 00:00:00 2001 From: Reinhard Tartler Date: Tue, 2 Feb 2010 19:57:40 +0000 Subject: missing hunk to unbreak linking with symbol versioning this hunk is does not apply in trunk/ because there the dependencies for this rule was reworked Originally committed as revision 21608 to svn://svn.ffmpeg.org/ffmpeg/branches/0.5 --- subdir.mak | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/subdir.mak b/subdir.mak index 4749d4efd6..a5f83c5b88 100644 --- a/subdir.mak +++ b/subdir.mak @@ -29,7 +29,7 @@ $(SUBDIR)$(SLIBNAME): $(SUBDIR)$(SLIBNAME_WITH_MAJOR) $(SUBDIR)$(SLIBNAME_WITH_MAJOR): $(OBJS) $(SUBDIR)lib$(NAME).ver $(SLIB_CREATE_DEF_CMD) - $(CC) $(SHFLAGS) $(FFLDFLAGS) -o $$@ $$(filter-out $(DEP_LIBS),$$^) $(FFEXTRALIBS) $(EXTRAOBJS) + $(CC) $(SHFLAGS) $(FFLDFLAGS) -o $$@ $$(filter-out $(SUBDIR)lib$(NAME).ver $(DEP_LIBS),$$^) $(FFEXTRALIBS) $(EXTRAOBJS) $(SLIB_EXTRA_CMD) ifdef SUBDIR -- cgit v1.2.3