Browse Source

more fix for make -j x

Originally committed as revision 1676 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
François Revol 22 years ago
parent
commit
be12b2a41a
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      Makefile

+ 1
- 1
Makefile 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)


Loading…
Cancel
Save