]> git.sesse.net Git - ffmpeg/commitdiff
The videohook target does not depend on .libs.
authorDiego Biurrun <diego@biurrun.de>
Sat, 8 Mar 2008 15:19:07 +0000 (15:19 +0000)
committerDiego Biurrun <diego@biurrun.de>
Sat, 8 Mar 2008 15:19:07 +0000 (15:19 +0000)
Originally committed as revision 12367 to svn://svn.ffmpeg.org/ffmpeg/trunk

Makefile

index f0d37222c84e0307fc6c107b7d71347fcecbff6f..ea8df0113fd69d1202f6cefc05101037d620864d 100644 (file)
--- a/Makefile
+++ b/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))