more fix for make -j x

Originally committed as revision 1676 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
François Revol 2003-03-12 21:48:26 +00:00
parent 5d4ce4574b
commit be12b2a41a
1 changed files with 1 additions and 1 deletions

View File

@ -78,7 +78,7 @@ ffplay: ffmpeg$(EXE)
%.o: %.c
$(CC) $(CFLAGS) -c -o $@ $<
videohook:
videohook: .libs
$(MAKE) -C vhook all
install: all $(INSTALLVHOOK)