diff options
author | Diego Biurrun <diego@biurrun.de> | 2007-06-19 06:27:11 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2007-06-19 06:27:11 +0000 |
commit | d6cfad679a818fec2bad1fc94da937ad1a1d7324 (patch) | |
tree | 4b293dadb8d9c37e6d7beb1e0fdd57ca872d1ebd /Makefile | |
parent | 3155a644a69cda08739ed57f22c5ce443a80d657 (diff) | |
download | ffmpeg-d6cfad679a818fec2bad1fc94da937ad1a1d7324.tar.gz |
Revert videohook dependency change.
Originally committed as revision 9368 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: +videohook: .libs $(MAKE) -C vhook all documentation: $(addprefix doc/, ffmpeg-doc.html faq.html ffserver-doc.html \ |