Commit 97ab452c authored by diego's avatar diego

The videohook target does not depend on .libs.


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@12367 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 655238b9
......@@ -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