Commit c45e40f9 authored by diego's avatar diego

vhooks really need libav* even if they compile fine without on Linux.


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@12409 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 90214997
......@@ -121,7 +121,8 @@ ffplay.o: CFLAGS += $(SDL_CFLAGS)
ffmpeg.o ffplay.o ffserver.o: version.h
videohook: $(HOOKS)
# vhooks compile fine without libav*, but need them nonetheless.
videohook: .libs $(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