summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-03-31 17:27:01 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-03-31 17:27:01 +0000
commitadc9ef31077f3e4c9f8d1e67e90fa42852fa334b (patch)
tree68ab00d5df06e04040ebf60a42a37e6c24b1c495
parent8697a8148dec1c279f95152e4aa381cdd2269954 (diff)
downloadmpv-adc9ef31077f3e4c9f8d1e67e90fa42852fa334b.tar.bz2
mpv-adc9ef31077f3e4c9f8d1e67e90fa42852fa334b.tar.xz
Add DEPEND_CMD to config.mak (sync with FFmpeg).
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26310 b3059339-0415-0410-9bf9-f77b7e298cf2
-rwxr-xr-xconfigure2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure b/configure
index a88fcc5170..ed73589383 100755
--- a/configure
+++ b/configure
@@ -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