changeset 27433:9aec56f5e314

FFmpeg no longer has fastmemcpy support, so no longer trigger recursing into the FFmpeg directories if libvo/fastmemcpy.h changed.
author diego
date Thu, 14 Aug 2008 20:42:54 +0000
parents 078b68af5df0
children 8f9c58ac2af2
files Makefile
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/Makefile	Thu Aug 14 16:04:32 2008 +0000
+++ b/Makefile	Thu Aug 14 20:42:54 2008 +0000
@@ -741,7 +741,7 @@
 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 $@