Skip to content
Snippets Groups Projects
Commit be12b2a4 authored by François Revol's avatar François Revol
Browse files

more fix for make -j x

Originally committed as revision 1676 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 5d4ce457
Branches
Tags
No related merge requests found
...@@ -78,7 +78,7 @@ ffplay: ffmpeg$(EXE) ...@@ -78,7 +78,7 @@ ffplay: ffmpeg$(EXE)
%.o: %.c %.o: %.c
$(CC) $(CFLAGS) -c -o $@ $< $(CC) $(CFLAGS) -c -o $@ $<
videohook: videohook: .libs
$(MAKE) -C vhook all $(MAKE) -C vhook all
install: all $(INSTALLVHOOK) install: all $(INSTALLVHOOK)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment