From d6cfad679a818fec2bad1fc94da937ad1a1d7324 Mon Sep 17 00:00:00 2001
From: Diego Biurrun <diego@biurrun.de>
Date: Tue, 19 Jun 2007 06:27:11 +0000
Subject: [PATCH] Revert videohook dependency change.

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

diff --git a/Makefile b/Makefile
index cbb06214dfe..574b7227e82 100644
--- a/Makefile
+++ b/Makefile
@@ -99,7 +99,7 @@ ffmpeg.o ffplay.o ffserver.o: version.h
 %.o: %.c
 	$(CC) $(CFLAGS) -c -o $@ $<
 
-videohook:
+videohook: .libs
 	$(MAKE) -C vhook all
 
 documentation: $(addprefix doc/, ffmpeg-doc.html faq.html ffserver-doc.html \
-- 
GitLab