[SCM] libav/experimental: Forgot to commit changes to subdir.mak in last revision.

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 16:21:41 UTC 2013


The following commit has been merged in the experimental branch:
commit e188cb70d806d63895939d960a8d4435061503cb
Author: Ramiro Polla <ramiro.polla at gmail.com>
Date:   Sun May 25 14:12:39 2008 +0000

    Forgot to commit changes to subdir.mak in last revision.
    
    Originally committed as revision 13380 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/subdir.mak b/subdir.mak
index 68850c8..448d064 100644
--- a/subdir.mak
+++ b/subdir.mak
@@ -27,7 +27,9 @@ install-libs: install-lib$(NAME)-shared
 $(SUBDIR)$(SLIBNAME): $(SUBDIR)$(SLIBNAME_WITH_MAJOR)
 	cd ./$(SUBDIR) && $(LN_S) $(SLIBNAME_WITH_MAJOR) $(SLIBNAME)
 
-$(SUBDIR)$(SLIBNAME_WITH_MAJOR): $(OBJS)
+$(SUBDIR)$(SLIB_EXTRA_OBJS): $(SLIB_EXTRA_DEP)
+
+$(SUBDIR)$(SLIBNAME_WITH_MAJOR): $(OBJS) $(SUBDIR)$(SLIB_EXTRA_OBJS)
 	$(SLIB_CREATE_DEF_CMD)
 	$(CC) $(SHFLAGS) $(FFLDFLAGS) -o $$@ $$^ $(FFEXTRALIBS) $(EXTRAOBJS)
 	$(SLIB_EXTRA_CMD)

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list