summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2007-06-11 08:14:45 +0000
committerDiego Biurrun <diego@biurrun.de>2007-06-11 08:14:45 +0000
commit819f3ab6f5ac7d24abd43d54763d1056cc36d865 (patch)
treeaf76e475fdc06c6cae801a6aad05e9f006102d64 /Makefile
parentc01d444b3e4f1f5fc5558bfdd24668c7e45f2c1e (diff)
The video hooks do not depend on the libav* libraries.
Originally committed as revision 9281 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 574b7227e8..cbb06214df 100644
--- a/Makefile
+++ b/Makefile
@@ -99,7 +99,7 @@ ffmpeg.o ffplay.o ffserver.o: version.h
%.o: %.c
$(CC) $(CFLAGS) -c -o $@ $<
-videohook: .libs
+videohook:
$(MAKE) -C vhook all
documentation: $(addprefix doc/, ffmpeg-doc.html faq.html ffserver-doc.html \