Commit 127d5c8d authored by Zdenek Kabelac's avatar Zdenek Kabelac

* don't rebuild ffmpeg when libs were not modified

Originally committed as revision 1681 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent d1db8623
......@@ -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