[MPlayer-cvslog] r27465 - trunk/Makefile

diego subversion at mplayerhq.hu
Thu Aug 14 22:42:55 CEST 2008


Author: diego
Date: Thu Aug 14 22:42:54 2008
New Revision: 27465

Log:
FFmpeg no longer has fastmemcpy support, so no longer trigger recursing
into the FFmpeg directories if libvo/fastmemcpy.h changed.


Modified:
   trunk/Makefile

Modified: trunk/Makefile
==============================================================================
--- trunk/Makefile	(original)
+++ trunk/Makefile	Thu Aug 14 22:42:54 2008
@@ -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) config.h
 	$(MAKE) -C $(@D)
 	touch $@
 



More information about the MPlayer-cvslog mailing list