summaryrefslogtreecommitdiffstats
path: root/linux/Makefile
diff options
context:
space:
mode:
authorjkeil <jkeil@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-03-29 21:24:36 +0000
committerjkeil <jkeil@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-03-29 21:24:36 +0000
commitde4701d8bba611b0eacfde9cd75a935665a6528d (patch)
tree3a60f4d5b7a58e98c14e8bf9fd78897e9626e22e /linux/Makefile
parentd40f8f30c206e8fc75dd9badb1f3cadd8dd21e48 (diff)
downloadmpv-de4701d8bba611b0eacfde9cd75a935665a6528d.tar.bz2
mpv-de4701d8bba611b0eacfde9cd75a935665a6528d.tar.xz
Add a configure test for the strsep function (it's missing on solaris)
Provide an implementation of strsep in libosdep.a, if it's missing in the system's libc library. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5394 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'linux/Makefile')
-rw-r--r--linux/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/linux/Makefile b/linux/Makefile
index ec02fb2acd..4e7ec994ee 100644
--- a/linux/Makefile
+++ b/linux/Makefile
@@ -3,7 +3,7 @@ include ../config.mak
LIBNAME = libosdep.a
-SRCS=getch2.c timer-lx.c shmem.c # timer.c
+SRCS=getch2.c timer-lx.c shmem.c strsep.c # timer.c
OBJS=$(SRCS:.c=.o)
ifeq ($(TARGET_ARCH_X86),yes)