Mercurial > mplayer.hg
comparison osdep/Makefile @ 22348:9879c4598744
Move the decision about stream cache compilation to configure.
author | diego |
---|---|
date | Tue, 27 Feb 2007 17:13:17 +0000 |
parents | c8a46062a210 |
children | 8bcff5c7e387 |
comparison
equal
deleted
inserted
replaced
22347:c8a46062a210 | 22348:9879c4598744 |
---|---|
3 | 3 |
4 LIBNAME = libosdep.a | 4 LIBNAME = libosdep.a |
5 | 5 |
6 SRCS-$(HAVE_SYS_MMAN_H) += mmap_anon.c | 6 SRCS-$(HAVE_SYS_MMAN_H) += mmap_anon.c |
7 SRCS-$(MACOSX_FINDER_SUPPORT) += macosx_finder_args.c | 7 SRCS-$(MACOSX_FINDER_SUPPORT) += macosx_finder_args.c |
8 ifneq ($(TARGET_OS),MINGW32) | |
9 SRCS-$(STREAM_CACHE) += shmem.c | 8 SRCS-$(STREAM_CACHE) += shmem.c |
10 endif | |
11 | 9 |
12 SRCS-$(NEED_FSEEKO) += fseeko.c | 10 SRCS-$(NEED_FSEEKO) += fseeko.c |
13 SRCS-$(NEED_FTELLO) += ftello.c | 11 SRCS-$(NEED_FTELLO) += ftello.c |
14 SRCS-$(NEED_GETTIMEOFDAY) += gettimeofday.c | 12 SRCS-$(NEED_GETTIMEOFDAY) += gettimeofday.c |
15 SRCS-$(NEED_GLOB) += glob-win.c | 13 SRCS-$(NEED_GLOB) += glob-win.c |