diff options
author | Diego Biurrun <diego@biurrun.de> | 2007-06-11 08:14:45 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2007-06-11 08:14:45 +0000 |
commit | 819f3ab6f5ac7d24abd43d54763d1056cc36d865 (patch) | |
tree | af76e475fdc06c6cae801a6aad05e9f006102d64 /Makefile | |
parent | c01d444b3e4f1f5fc5558bfdd24668c7e45f2c1e (diff) | |
download | ffmpeg-819f3ab6f5ac7d24abd43d54763d1056cc36d865.tar.gz |
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-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 \ |