diff Makefile @ 27373:2f213005a0d6

Revert mistakenly committed temporary local change.
author diego
date Sun, 03 Aug 2008 16:20:34 +0000
parents 14c5017f40d2
children a0c602e0caf3
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 $@