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

Originally committed as revision 12409 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Diego Biurrun 2008-03-10 18:37:18 +00:00
parent 13ca50f367
commit bab785a5f9
1 changed files with 2 additions and 1 deletions

View File

@ -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))