summaryrefslogtreecommitdiffstats
path: root/old-makefile
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2014-04-23 20:37:57 +0200
committerwm4 <wm4@nowhere>2014-04-23 21:16:51 +0200
commit2b26517ef705c4043419e2e70dacd7760af1137e (patch)
treedf04daafcbc47dd91a35b9404b4d8bd1e9373609 /old-makefile
parentac1a21e488f1c6fb4963b40e0ea2da3d523c45ba (diff)
downloadmpv-2b26517ef705c4043419e2e70dacd7760af1137e.tar.bz2
mpv-2b26517ef705c4043419e2e70dacd7760af1137e.tar.xz
dispatch: move into its own source file
This was part of osdep/threads.c out of laziness. But it doesn't contain anything OS dependent. Note that the rest of threads.c actually isn't all that OS dependent either (just some minor ifdeffery to work around the lack of clock_gettime() on OSX).
Diffstat (limited to 'old-makefile')
-rw-r--r--old-makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/old-makefile b/old-makefile
index 8267b81322..61dce6dc46 100644
--- a/old-makefile
+++ b/old-makefile
@@ -202,6 +202,7 @@ SOURCES = audio/audio.c \
input/input.c \
input/keycodes.c \
misc/charset_conv.c \
+ misc/dispatch.c \
misc/ring.c \
options/m_config.c \
options/m_option.c \