summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-03-17 19:54:31 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-03-17 19:54:31 +0000
commit53cf1528cb02390052f6c9a47e4ebc448f9d85f8 (patch)
tree4a5d2e9f914b47353e5fcb0cb132628cd78b2c80 /configure
parent167f5e989c33a77b9b4c15181b26066e7430cb28 (diff)
downloadmpv-53cf1528cb02390052f6c9a47e4ebc448f9d85f8.tar.bz2
mpv-53cf1528cb02390052f6c9a47e4ebc448f9d85f8.tar.xz
Do not disable cache on MinGW, just disable shmem compilation.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22705 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure5
1 files changed, 3 insertions, 2 deletions
diff --git a/configure b/configure
index 3a9a7d0911..05c456d672 100755
--- a/configure
+++ b/configure
@@ -646,6 +646,7 @@ _asmalign_pot=auto
_color_console=no
_stream_cache=yes
_def_stream_cache="#define USE_STREAM_CACHE 1"
+_need_shmem=yes
for ac_option do
case "$ac_option" in
--help|-help|-h)
@@ -1291,8 +1292,7 @@ if win32 ; then
fi
if mingw32 ; then
- _stream_cache=no
- _def_stream_cache="#undef USE_STREAM_CACHE"
+ _need_shmem=no
fi
if amigaos ; then
@@ -7519,6 +7519,7 @@ NEED_GETTIMEOFDAY = $_need_gettimeofday
NEED_GLOB = $_need_glob
NEED_SCANDIR = $_need_scandir
NEED_SETENV = $_need_setenv
+NEED_SHMEM = $_need_shmem
NEED_STRLCAT = $_need_strlcat
NEED_STRLCPY = $_need_strlcpy
NEED_STRSEP = $_need_strsep