Commit bab785a5 authored by Diego Biurrun's avatar Diego Biurrun

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

Originally committed as revision 12409 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 13ca50f3
...@@ -121,7 +121,8 @@ ffplay.o: CFLAGS += $(SDL_CFLAGS) ...@@ -121,7 +121,8 @@ ffplay.o: CFLAGS += $(SDL_CFLAGS)
ffmpeg.o ffplay.o ffserver.o: version.h 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 vhook/%$(SLIBSUF): vhook/%.o
$(CC) $(LDFLAGS) -o $@ $(VHOOKSHFLAGS) $< $(VHOOKLIBS) $(LIBS_$(@F)) $(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