summaryrefslogtreecommitdiff
authorMans Rullgard <mans@mansr.com>2012-10-10 22:00:00 (GMT)
committer Mans Rullgard <mans@mansr.com>2012-10-10 22:46:31 (GMT)
commit1c7428e6554a4cf4cd0bcf6d0d27fd669383e199 (patch)
tree2c231e351ac637d837d97aceffcc93eadf9b3d79
parente5c6e9a6f2d0c3de8f5e0c66de793bc20ea3c56c (diff)
downloadffmpeg-1c7428e6554a4cf4cd0bcf6d0d27fd669383e199.zip
ffmpeg-1c7428e6554a4cf4cd0bcf6d0d27fd669383e199.tar.gz
ffmpeg-1c7428e6554a4cf4cd0bcf6d0d27fd669383e199.tar.bz2
build: whitespace cosmetics
Signed-off-by: Mans Rullgard <mans@mansr.com>
Diffstat
-rw-r--r--library.mak2
1 files changed, 1 insertions, 1 deletions
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)