1
0
mirror of https://github.com/mpv-player/mpv synced 2024-12-13 18:36:09 +00:00

FFmpeg no longer has fastmemcpy support, so no longer trigger recursing

into the FFmpeg directories if libvo/fastmemcpy.h changed.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27465 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2008-08-14 20:42:54 +00:00
parent 3932c5e0b9
commit 5c30ab6feb

View File

@ -741,7 +741,7 @@ checkheaders: $(ALLHEADERS:.h=.ho)
dep depend: $(DEPS)
for part in $(PARTS); do $(MAKE) -C $$part depend; done
$(FFMPEGLIBS): $(FFMPEGFILES) libvo/fastmemcpy.h config.h
$(FFMPEGLIBS): $(FFMPEGFILES) config.h
$(MAKE) -C $(@D)
touch $@