From be12b2a41a782e3bdef56c9a343a10caa77c96fe Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Fran=C3=A7ois=20Revol?= <revol@free.fr>
Date: Wed, 12 Mar 2003 21:48:26 +0000
Subject: [PATCH] more fix for make -j x

Originally committed as revision 1676 to svn://svn.ffmpeg.org/ffmpeg/trunk
---
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index a64935571bf..8b26516127e 100644
--- a/Makefile
+++ b/Makefile
@@ -78,7 +78,7 @@ ffplay: ffmpeg$(EXE)
 %.o: %.c
 	$(CC) $(CFLAGS) -c -o $@ $< 
 
-videohook:
+videohook: .libs
 	$(MAKE) -C vhook all
 
 install: all $(INSTALLVHOOK)
-- 
GitLab