Mercurial > mplayer.hg
comparison configure @ 29421:0556a31731b1
Add a variable in config.mak whether SHM support is enabled or not.
author | ben |
---|---|
date | Fri, 31 Jul 2009 20:13:02 +0000 |
parents | d62dcefa6fcc |
children | 8a6f2cda5f12 |
comparison
equal
deleted
inserted
replaced
29420:45fc33b8476c | 29421:0556a31731b1 |
---|---|
8412 CONFIG_VDPAU=$_vdpau | 8412 CONFIG_VDPAU=$_vdpau |
8413 CONFIG_XVMC=$_xvmc | 8413 CONFIG_XVMC=$_xvmc |
8414 CONFIG_ZLIB=$_zlib | 8414 CONFIG_ZLIB=$_zlib |
8415 | 8415 |
8416 HAVE_PTHREADS = $_pthreads | 8416 HAVE_PTHREADS = $_pthreads |
8417 HAVE_SHM = $_shm | |
8417 HAVE_W32THREADS = $_w32threads | 8418 HAVE_W32THREADS = $_w32threads |
8418 HAVE_YASM = $_have_yasm | 8419 HAVE_YASM = $_have_yasm |
8419 | 8420 |
8420 $(echo $_libavdecoders | tr '[a-z] ' '[A-Z]\n' | sed 's/^/CONFIG_/;s/$/=yes/') | 8421 $(echo $_libavdecoders | tr '[a-z] ' '[A-Z]\n' | sed 's/^/CONFIG_/;s/$/=yes/') |
8421 $(echo $_libavencoders | tr '[a-z] ' '[A-Z]\n' | sed 's/^/CONFIG_/;s/$/=yes/') | 8422 $(echo $_libavencoders | tr '[a-z] ' '[A-Z]\n' | sed 's/^/CONFIG_/;s/$/=yes/') |