summaryrefslogtreecommitdiffstats
path: root/osdep
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-02-27 17:13:17 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-02-27 17:13:17 +0000
commitea41fdf14b13b34e1048fd703fa0b9ce25b55023 (patch)
tree4a2a4e197d4d7a7d30c47344447a1ed9589fba39 /osdep
parenta5673ab19c814d641a5a97f63e2143283f95e2fb (diff)
downloadmpv-ea41fdf14b13b34e1048fd703fa0b9ce25b55023.tar.bz2
mpv-ea41fdf14b13b34e1048fd703fa0b9ce25b55023.tar.xz
Move the decision about stream cache compilation to configure.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22366 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'osdep')
-rw-r--r--osdep/Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/osdep/Makefile b/osdep/Makefile
index fac04133d1..4f1351e531 100644
--- a/osdep/Makefile
+++ b/osdep/Makefile
@@ -5,9 +5,7 @@ LIBNAME = libosdep.a
SRCS-$(HAVE_SYS_MMAN_H) += mmap_anon.c
SRCS-$(MACOSX_FINDER_SUPPORT) += macosx_finder_args.c
-ifneq ($(TARGET_OS),MINGW32)
SRCS-$(STREAM_CACHE) += shmem.c
-endif
SRCS-$(NEED_FSEEKO) += fseeko.c
SRCS-$(NEED_FTELLO) += ftello.c