changeset 27373:2f213005a0d6

Revert mistakenly committed temporary local change.
author diego
date Sun, 03 Aug 2008 16:20:34 +0000
parents fa3166857274
children 952a4093aafb
files Makefile
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/Makefile	Sun Aug 03 16:16:10 2008 +0000
+++ b/Makefile	Sun Aug 03 16:20:34 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) libvo/fastmemcpy.h config.h
 	$(MAKE) -C $(@D)
 	touch $@