projects
/
platform
/
upstream
/
libav.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5d4ce45
)
more fix for make -j x
author
François Revol
<revol@free.fr>
Wed, 12 Mar 2003 21:48:26 +0000
(21:48 +0000)
committer
François Revol
<revol@free.fr>
Wed, 12 Mar 2003 21:48:26 +0000
(21:48 +0000)
Originally committed as revision 1676 to svn://svn.ffmpeg.org/ffmpeg/trunk
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index a64935571bfdfec426e858488bd972fa2d285c9e..8b26516127e6c15d3669299f18e49d4b2317cbb8 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-78,7
+78,7
@@
ffplay: ffmpeg$(EXE)
%.o: %.c
$(CC) $(CFLAGS) -c -o $@ $<
-videohook:
+videohook:
.libs
$(MAKE) -C vhook all
install: all $(INSTALLVHOOK)