[MPlayer-cvslog] r31021 - trunk/configure

diego subversion at mplayerhq.hu
Mon Apr 5 19:11:58 CEST 2010


Author: diego
Date: Mon Apr  5 19:11:58 2010
New Revision: 31021

Log:
Drop unused DEPEND_CMD from config.mak; FFmpeg no longer needs it.

Modified:
   trunk/configure

Modified: trunk/configure
==============================================================================
--- trunk/configure	Mon Apr  5 18:42:52 2010	(r31020)
+++ trunk/configure	Mon Apr  5 19:11:58 2010	(r31021)
@@ -8472,8 +8472,6 @@ EXTRALIBS          = $extra_ldflags $_ld
 EXTRALIBS_MPLAYER  = $libs_mplayer
 EXTRALIBS_MENCODER = $libs_mencoder
 
-DEPEND_CMD       = \$(CC) -MM \$(CFLAGS)   \$(filter-out %.h,\$^) | sed "s,[0-9a-z._-]*: \(\$(SRC_DIR)/\)*\([a-z0-9]*/\)[^/]* ,\\2&,"
-
 MPDEPEND_CMD     = \$(CC) -MM \$(CFLAGS)   \$(filter-out %.xpm,\$(filter-out %.h,$^)) | sed -e "s,[0-9a-z._-]*: \([a-z0-9/]*/\)[^/]* ,\1&," -e "s,\(.*\)\.o: ,\1.d &,"
 MPDEPEND_CMD_CXX = \$(CC) -MM \$(CXXFLAGS) \$(filter-out  %.hh,\$(filter-out %.h,$^)) | sed -e "s,[0-9a-z._-]*: \([a-z0-9/]*/\)[^/]* ,\1&," -e "s,\(.*\)\.o: ,\1.d &,"
 


More information about the MPlayer-cvslog mailing list