1
mirror of https://github.com/mpv-player/mpv synced 2024-10-02 16:25:33 +02:00

Touch FFmpeg libraries after recursing into their subdirectories.

Otherwise, if the recursion was due to a changed file that is not built into
the library, the recursion will become unconditional.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27131 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2008-06-24 08:55:06 +00:00
parent ef15210ef1
commit 26243c40fa

View File

@ -743,6 +743,7 @@ libswscale/libswscale.a: libswscale/*.[chS]
$(ALLPARTLIBS):
$(MAKE) -C $(@D)
touch $@
mplayer$(EXESUF): $(MPLAYER_DEPS)
$(CC) -o $@ $^ $(LDFLAGS_MPLAYER)