OSDN Git Service

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 f0d3722..ea8df01 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))