# HG changeset patch # User diego # Date 1309304701 0 # Node ID 3e5faa2063247bc02c28dcf80e66a8ea3675d87d # Parent b48200e2a788a37744b6c7b52e5a47f23239ebcd build: Skip touching FFmpeg libraries after compilation. This workaround should no longer be necessary. diff -r b48200e2a788 -r 3e5faa206324 Makefile --- a/Makefile Tue Jun 28 23:45:00 2011 +0000 +++ b/Makefile Tue Jun 28 23:45:01 2011 +0000 @@ -798,7 +798,6 @@ $(FFMPEGLIBS): $(FFMPEGFILES) config.h $(MAKE) -C ffmpeg $(@:ffmpeg/%=%) - touch $@ mencoder$(EXESUF): $(MENCODER_DEPS) mencoder$(EXESUF): EXTRALIBS += $(EXTRALIBS_MENCODER)