[MPlayer-cvslog] r33764 - trunk/Makefile
diego
subversion at mplayerhq.hu
Wed Jun 29 01:45:02 CEST 2011
Author: diego
Date: Wed Jun 29 01:45:01 2011
New Revision: 33764
Log:
build: Skip touching FFmpeg libraries after compilation.
This workaround should no longer be necessary.
Modified:
trunk/Makefile
Modified: trunk/Makefile
==============================================================================
--- trunk/Makefile Wed Jun 29 01:45:00 2011 (r33763)
+++ trunk/Makefile Wed Jun 29 01:45:01 2011 (r33764)
@@ -798,7 +798,6 @@ all: $(ALL_PRG-yes)
$(FFMPEGLIBS): $(FFMPEGFILES) config.h
$(MAKE) -C ffmpeg $(@:ffmpeg/%=%)
- touch $@
mencoder$(EXESUF): $(MENCODER_DEPS)
mencoder$(EXESUF): EXTRALIBS += $(EXTRALIBS_MENCODER)
More information about the MPlayer-cvslog
mailing list