From 4c85ae7ba5c3050c34df025d64b48267141d39b9 Mon Sep 17 00:00:00 2001
From: Diego Biurrun <diego@biurrun.de>
Date: Sat, 8 Mar 2008 15:19:07 +0000
Subject: [PATCH] The videohook target does not depend on .libs.

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

diff --git a/Makefile b/Makefile
index f0d37222c8..ea8df0113f 100644
--- a/Makefile
+++ b/Makefile
@@ -121,7 +121,7 @@ ffplay.o: CFLAGS += $(SDL_CFLAGS)
 
 ffmpeg.o ffplay.o ffserver.o: version.h
 
-videohook: .libs $(HOOKS)
+videohook: $(HOOKS)
 
 vhook/%$(SLIBSUF): vhook/%.o
 	$(CC) $(LDFLAGS) -o $@ $(VHOOKSHFLAGS) $< $(VHOOKLIBS) $(LIBS_$(@F))