[MPlayer-cvslog] r26310 - trunk/configure
diego
subversion at mplayerhq.hu
Mon Mar 31 19:27:01 CEST 2008
Author: diego
Date: Mon Mar 31 19:27:01 2008
New Revision: 26310
Log:
Add DEPEND_CMD to config.mak (sync with FFmpeg).
Modified:
trunk/configure
Modified: trunk/configure
==============================================================================
--- trunk/configure (original)
+++ trunk/configure Mon Mar 31 19:27:01 2008
@@ -7877,6 +7877,8 @@ CONFIG_MLIB = $_mlib
CONFIG_SWSCALE=yes
CONFIG_ZLIB=$_zlib
+DEPEND_CMD='$(CC) -MM $(CFLAGS) $(filter-out %.h,$^) | sed "s,[0-9a-z._-]*: \($(SRC_DIR)/\)*\([a-z0-9]*/\)[^/]* ,\\2&,"'
+
HAVE_PTHREADS = $_pthreads
HAVE_W32THREADS = $_w32threads
HAVE_XVMC = $_xvmc
More information about the MPlayer-cvslog
mailing list