diff options
author | wm4 <wm4@nowhere> | 2013-06-16 22:11:30 +0200 |
---|---|---|
committer | wm4 <wm4@nowhere> | 2013-06-16 22:12:56 +0200 |
commit | 819a36885455961105d03de829e819e32de3948c (patch) | |
tree | b00ab3dcc09e6d78fb5a04141a982aed8d3b9999 /configure | |
parent | d81b71c7f7cb6f5b3a047fbfeeb41d4888e7c5b6 (diff) | |
download | mpv-819a36885455961105d03de829e819e32de3948c.tar.bz2 mpv-819a36885455961105d03de829e819e32de3948c.tar.xz |
configure: make check for stream cache verbose
Also add a minor comment about the stream cache needing pthreads now
to DOCS/crosscompile-mingw.txt.
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1451,12 +1451,14 @@ else fi echores "$_pthreads" +echocheck "stream cache" _stream_cache="$_pthreads" if test "$_stream_cache" = yes ; then def_stream_cache='#define CONFIG_STREAM_CACHE' else def_stream_cache='#undef CONFIG_STREAM_CACHE' fi +echores "$_stream_cache" echocheck "rpath" if test "$_rpath" = yes ; then |