summaryrefslogtreecommitdiffstats
path: root/osdep/Makefile
diff options
context:
space:
mode:
authorfaust3 <faust3@b3059339-0415-0410-9bf9-f77b7e298cf2>2004-03-26 15:21:44 +0000
committerfaust3 <faust3@b3059339-0415-0410-9bf9-f77b7e298cf2>2004-03-26 15:21:44 +0000
commitdc5c9fc570112125012eead3a6b1f025ad9c522d (patch)
tree822d40b5c52a89e3c3d91fe214ffe79ef5310282 /osdep/Makefile
parentddfdfafaf6da97e88c76d8b956f80351621c2c3f (diff)
downloadmpv-dc5c9fc570112125012eead3a6b1f025ad9c522d.tar.bz2
mpv-dc5c9fc570112125012eead3a6b1f025ad9c522d.tar.xz
fseeko emulation patch by Steven M. Schultz <sms at 2bsd.com>
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12072 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'osdep/Makefile')
-rw-r--r--osdep/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/osdep/Makefile b/osdep/Makefile
index cc3ea85487..6460c0f7d1 100644
--- a/osdep/Makefile
+++ b/osdep/Makefile
@@ -3,7 +3,7 @@ include ../config.mak
LIBNAME = libosdep.a
-SRCS= shmem.c strsep.c vsscanf.c scandir.c gettimeofday.c # timer.c
+SRCS= shmem.c strsep.c vsscanf.c scandir.c gettimeofday.c fseeko.c # timer.c
ifeq ($(TARGET_ARCH_X86),yes)
ifeq ($(TARGET_OS),Linux)