mirror of https://git.ffmpeg.org/ffmpeg.git
* don't rebuild ffmpeg when libs were not modified
Originally committed as revision 1681 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
d1db862378
commit
127d5c8d43
3
Makefile
3
Makefile
|
@ -111,7 +111,8 @@ endif
|
||||||
$(CC) -MM $(CFLAGS) $^ 1>.depend
|
$(CC) -MM $(CFLAGS) $^ 1>.depend
|
||||||
|
|
||||||
.libs: lib
|
.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)
|
clean: $(CLEANVHOOK)
|
||||||
$(MAKE) -C libavcodec clean
|
$(MAKE) -C libavcodec clean
|
||||||
|
|
Loading…
Reference in New Issue