Mercurial > mplayer.hg
comparison configure @ 26279:c7508e9f9b8c
Ahem, fix quoting of $ in DEPEND_CMD.
author | diego |
---|---|
date | Mon, 31 Mar 2008 17:48:50 +0000 |
parents | 9912d8f272ae |
children | fc0c115a793e |
comparison
equal
deleted
inserted
replaced
26278:9912d8f272ae | 26279:c7508e9f9b8c |
---|---|
7875 CONFIG_MLIB = $_mlib | 7875 CONFIG_MLIB = $_mlib |
7876 # Prevent building libavcodec/imgresample.c with conflicting symbols | 7876 # Prevent building libavcodec/imgresample.c with conflicting symbols |
7877 CONFIG_SWSCALE=yes | 7877 CONFIG_SWSCALE=yes |
7878 CONFIG_ZLIB=$_zlib | 7878 CONFIG_ZLIB=$_zlib |
7879 | 7879 |
7880 DEPEND_CMD='$(CC) -MM $(CFLAGS) $(filter-out %.h,$^) | sed "s,[0-9a-z._-]*: \($(SRC_DIR)/\)*\([a-z0-9]*/\)[^/]* ,\\2&,"' | 7880 DEPEND_CMD=\$(CC) -MM \$(CFLAGS) \$(filter-out %.h,$^) | sed "s,[0-9a-z._-]*: \(\$(SRC_DIR)/\)*\([a-z0-9]*/\)[^/]* ,\\2&," |
7881 | 7881 |
7882 HAVE_PTHREADS = $_pthreads | 7882 HAVE_PTHREADS = $_pthreads |
7883 HAVE_W32THREADS = $_w32threads | 7883 HAVE_W32THREADS = $_w32threads |
7884 HAVE_XVMC = $_xvmc | 7884 HAVE_XVMC = $_xvmc |
7885 | 7885 |