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 /DOCS | |
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 'DOCS')
-rw-r--r-- | DOCS/crosscompile-mingw.txt | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/DOCS/crosscompile-mingw.txt b/DOCS/crosscompile-mingw.txt index a3b9e3aab6..0a739a945e 100644 --- a/DOCS/crosscompile-mingw.txt +++ b/DOCS/crosscompile-mingw.txt @@ -55,5 +55,6 @@ make # This should work. For some reason, the resulting .exe will depend on the DLL # /opt/mingw/usr/i686-w64-mingw32/bin/libwinpthread-1.dll because pthreads-w32 # folks don't like static linking. How to enable static linking is left as -# exercise for the reader. Passsing --disable-pthreads to mpv's configure will -# get rid of the dependency, but may disable some features. +# exercise to the reader. Passsing --disable-pthreads to mpv's configure will +# get rid of the dependency, but may disable some features (such as the stream +# cache). |