summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2008-03-08 15:19:07 +0000
committerDiego Biurrun <diego@biurrun.de>2008-03-08 15:19:07 +0000
commit4c85ae7ba5c3050c34df025d64b48267141d39b9 (patch)
treed3cdfedcfb942b24e23513bb5fbbc2b2418e1ec9 /Makefile
parentc7193373fbf3a0374c1d4236eb677d727fc4ad88 (diff)
The videohook target does not depend on .libs.
Originally committed as revision 12367 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 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))