Commit 4c85ae7b authored by Diego Biurrun's avatar Diego Biurrun

The videohook target does not depend on .libs.

Originally committed as revision 12367 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent c7193373
......@@ -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))
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment