summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-08-03 16:20:34 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-08-03 16:20:34 +0000
commit34fb06087bbd96839635321b993436e710bc7da2 (patch)
tree4e7bcf9336ea2aa43d2cac30fb22f9027377e639 /Makefile
parent2faef3e404304254156d8a1fe9d615b57483387a (diff)
downloadmpv-34fb06087bbd96839635321b993436e710bc7da2.tar.bz2
mpv-34fb06087bbd96839635321b993436e710bc7da2.tar.xz
Revert mistakenly committed temporary local change.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27405 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index e2a706ac45..d6471c88af 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) libvo/fastmemcpy.h config.h
$(MAKE) -C $(@D)
touch $@