From 819f3ab6f5ac7d24abd43d54763d1056cc36d865 Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Mon, 11 Jun 2007 08:14:45 +0000 Subject: The video hooks do not depend on the libav* libraries. Originally committed as revision 9281 to svn://svn.ffmpeg.org/ffmpeg/trunk --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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 \ -- cgit v1.2.3