summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index a649355..8b26516 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)
OpenPOWER on IntegriCloud