summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2013-06-17 21:23:13 +0200
committerwm4 <wm4@nowhere>2013-06-18 02:19:15 +0200
commit171d1ef7feb2bcdc5f9aed84b36adfc3ae576e5d (patch)
tree2ffc923398c15c41aa33bd72c462c059acb87175 /configure
parent9bf93314268eb4cdbdae996cbd9f563cef8394ad (diff)
downloadmpv-171d1ef7feb2bcdc5f9aed84b36adfc3ae576e5d.tar.bz2
mpv-171d1ef7feb2bcdc5f9aed84b36adfc3ae576e5d.tar.xz
osdep: remove shmem wrapper
This is unused now that the cache is always threaded.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure3
1 files changed, 0 insertions, 3 deletions
diff --git a/configure b/configure
index b9846e570a..948b06bcec 100755
--- a/configure
+++ b/configure
@@ -494,7 +494,6 @@ _stream_cache=yes
_priority=no
def_dos_paths="#define HAVE_DOS_PATHS 0"
def_priority="#undef CONFIG_PRIORITY"
-need_shmem=yes
_build_man=auto
for ac_option do
case "$ac_option" in
@@ -894,7 +893,6 @@ fi
if mingw32 ; then
_getch=getch2-win.c
- need_shmem=no
extra_cflags="$extra_cflags -D__USE_MINGW_ANSI_STDIO=1"
# Hack for missing BYTE_ORDER declarations in <sys/types.h>.
# (For some reason, they are in <sys/param.h>, but we don't bother switching
@@ -3084,7 +3082,6 @@ $(mak_enable "$arch_all" "$arch" ARCH)
$(mak_enable "$subarch_all" "$subarch" ARCH)
NEED_GLOB = $need_glob
-NEED_SHMEM = $need_shmem
# features
ALSA = $_alsa