summaryrefslogtreecommitdiffstats
path: root/stream/cache2.c
diff options
context:
space:
mode:
authorUoti Urpala <uau@glyph.nonexistent.invalid>2008-12-02 18:02:05 +0200
committerUoti Urpala <uau@glyph.nonexistent.invalid>2008-12-02 18:02:05 +0200
commite62517ef6a8d23cd78325a9661f8865bd222e004 (patch)
tree76b7a0af867236c2989ceca1cffcae541ceda9c5 /stream/cache2.c
parent62dda60800a902fdaf9b0ec63d8488aaa48c485f (diff)
parent27b167bb75b908541563bab964e97b06d621f837 (diff)
downloadmpv-e62517ef6a8d23cd78325a9661f8865bd222e004.tar.bz2
mpv-e62517ef6a8d23cd78325a9661f8865bd222e004.tar.xz
Merge svn changes up to r28065
Diffstat (limited to 'stream/cache2.c')
-rw-r--r--stream/cache2.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/stream/cache2.c b/stream/cache2.c
index f212d479b0..c9d5539035 100644
--- a/stream/cache2.c
+++ b/stream/cache2.c
@@ -16,10 +16,6 @@
#include <sys/types.h>
#include <unistd.h>
-#ifdef __CYGWIN__
-#define PTHREAD_CACHE 1
-#endif
-
#include "osdep/shmem.h"
#include "osdep/timer.h"
#if defined(__MINGW32__)