From bab785a5f9db0381a27e6648f99445365f067549 Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Mon, 10 Mar 2008 18:37:18 +0000 Subject: vhooks really need libav* even if they compile fine without on Linux. Originally committed as revision 12409 to svn://svn.ffmpeg.org/ffmpeg/trunk --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 92141e2..1732042 100644 --- a/Makefile +++ b/Makefile @@ -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)) -- cgit v1.1