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:
91f2de5
)
PROGS depends on PROGS_G so depending on just PROGS is enough.
author
Diego Biurrun
<diego@biurrun.de>
Thu, 25 Jan 2007 00:39:32 +0000
(
00:39
+0000)
committer
Diego Biurrun
<diego@biurrun.de>
Thu, 25 Jan 2007 00:39:32 +0000
(
00:39
+0000)
Originally committed as revision 7700 to svn://svn.ffmpeg.org/ffmpeg/trunk
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index
50c3f2c
..
957798f
100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-59,7
+59,7
@@
LDFLAGS+=-L./libswscale
EXTRALIBS+=-lswscale$(BUILDSUF)
endif
-all: lib $(PROGS
_G) $(PROGS
) $(VHOOK) $(DOC)
+all: lib $(PROGS) $(VHOOK) $(DOC)
lib:
$(MAKE) -C libavutil all