From ea41fdf14b13b34e1048fd703fa0b9ce25b55023 Mon Sep 17 00:00:00 2001 From: diego Date: Tue, 27 Feb 2007 17:13:17 +0000 Subject: Move the decision about stream cache compilation to configure. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22366 b3059339-0415-0410-9bf9-f77b7e298cf2 --- osdep/Makefile | 2 -- 1 file changed, 2 deletions(-) (limited to 'osdep/Makefile') 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 -- cgit v1.2.3