# HG changeset patch # User diego # Date 1206984421 0 # Node ID 9912d8f272ae028ad5242bbb0231868dae77f321 # Parent 644426c3261cfa1edcea952c94457e0c6ed4e728 Add DEPEND_CMD to config.mak (sync with FFmpeg). diff -r 644426c3261c -r 9912d8f272ae configure --- a/configure Mon Mar 31 17:19:51 2008 +0000 +++ b/configure Mon Mar 31 17:27:01 2008 +0000 @@ -7877,6 +7877,8 @@ 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