diff options
author | François Revol | 2003-03-12 21:48:26 +0000 |
---|---|---|
committer | François Revol | 2003-03-12 21:48:26 +0000 |
commit | be12b2a41a782e3bdef56c9a343a10caa77c96fe (patch) | |
tree | 796f4f7e3c7b249556c3f19c8edbb983793763c8 /Makefile | |
parent | 5d4ce4574b36cd9a6b32de8773c9451627b37d04 (diff) |
more fix for make -j x
Originally committed as revision 1676 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -78,7 +78,7 @@ ffplay: ffmpeg$(EXE) %.o: %.c $(CC) $(CFLAGS) -c -o $@ $< -videohook: +videohook: .libs $(MAKE) -C vhook all install: all $(INSTALLVHOOK) |