summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2013-11-17 16:42:57 +0100
committerwm4 <wm4@nowhere>2013-11-17 16:42:57 +0100
commitb78d11d3282b118287901bd4f9a220880e27084b (patch)
treefe926bc37a9fcf7dbb9adb59378d25b5977740a8 /Makefile
parent2556f45f2eb6d92b6b275dd40550bc936b14b88b (diff)
downloadmpv-b78d11d3282b118287901bd4f9a220880e27084b.tar.bz2
mpv-b78d11d3282b118287901bd4f9a220880e27084b.tar.xz
stream: split out pthread helper function
Also split the function itself into 3.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 495fe79e61..bdd2714f6d 100644
--- a/Makefile
+++ b/Makefile
@@ -228,6 +228,7 @@ SOURCES = audio/audio.c \
osdep/io.c \
osdep/numcores.c \
osdep/timer.c \
+ osdep/threads.c \
stream/cookies.c \
stream/rar.c \
stream/stream.c \