Commit 634444f4 authored by Diego Biurrun's avatar Diego Biurrun

PROGS depends on PROGS_G so depending on just PROGS is enough.

Originally committed as revision 7700 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 91f2de5e
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment