Commit 61d546c0 authored by diego's avatar diego

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


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@7700 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 96e70183
......@@ -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