Commit b708f36c authored by kabi's avatar kabi

* don't rebuild ffmpeg when libs were not modified


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@1681 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 408f342c
......@@ -111,7 +111,8 @@ endif
$(CC) -MM $(CFLAGS) $^ 1>.depend
.libs: lib
touch .libs
@test -f .libs || touch .libs
@for i in $(DEP_LIBS) ; do if test $$i -nt .libs ; then touch .libs; fi ; done
clean: $(CLEANVHOOK)
$(MAKE) -C libavcodec clean
......
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