[FFmpeg-cvslog] build: whitespace cosmetics
Mans Rullgard
git at videolan.org
Thu Oct 11 16:00:18 CEST 2012
ffmpeg | branch: master | Mans Rullgard <mans at mansr.com> | Wed Oct 10 23:00:00 2012 +0100| [1c7428e6554a4cf4cd0bcf6d0d27fd669383e199] | committer: Mans Rullgard
build: whitespace cosmetics
Signed-off-by: Mans Rullgard <mans at mansr.com>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=1c7428e6554a4cf4cd0bcf6d0d27fd669383e199
---
library.mak | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/library.mak b/library.mak
index f715f4a..64b5f2b 100644
--- a/library.mak
+++ b/library.mak
@@ -92,7 +92,7 @@ endef
$(eval $(RULES))
$(EXAMPLES) $(TOOLS): $(DEP_LIBS) $(SUBDIR)$($(CONFIG_SHARED:yes=S)LIBNAME)
-$(TESTPROGS): $(SUBDIR)$(LIBNAME) $(DEP_LIBS)
+$(TESTPROGS): $(DEP_LIBS) $(SUBDIR)$(LIBNAME)
examples: $(EXAMPLES)
testprogs: $(TESTPROGS)
More information about the ffmpeg-cvslog
mailing list