diff Makefile @ 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 917c93c652b0
children 1bbfa128dc71
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 $@