From 5c30ab6feb1d78a673ba8c1a155b221fad60a8b4 Mon Sep 17 00:00:00 2001 From: diego Date: Thu, 14 Aug 2008 20:42:54 +0000 Subject: 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 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index b0e6a0e53d..b1049378c8 100644 --- a/Makefile +++ b/Makefile @@ -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 $@ -- cgit v1.2.3