summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorFrançois Revol <revol@free.fr>2003-03-12 21:48:26 +0000
committerFrançois Revol <revol@free.fr>2003-03-12 21:48:26 +0000
commitbe12b2a41a782e3bdef56c9a343a10caa77c96fe (patch)
tree796f4f7e3c7b249556c3f19c8edbb983793763c8 /Makefile
parent5d4ce4574b36cd9a6b32de8773c9451627b37d04 (diff)
more fix for make -j x
Originally committed as revision 1676 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index a64935571b..8b26516127 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)