The videohook target does not depend on .libs.
Originally committed as revision 12367 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
c7193373fb
commit
4c85ae7ba5
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -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))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue