diff options
author | Diego Biurrun <diego@biurrun.de> | 2008-03-08 15:19:07 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2008-03-08 15:19:07 +0000 |
commit | 4c85ae7ba5c3050c34df025d64b48267141d39b9 (patch) | |
tree | d3cdfedcfb942b24e23513bb5fbbc2b2418e1ec9 /Makefile | |
parent | c7193373fbf3a0374c1d4236eb677d727fc4ad88 (diff) | |
download | ffmpeg-4c85ae7ba5c3050c34df025d64b48267141d39b9.tar.gz |
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-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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)) |