summaryrefslogtreecommitdiffstats
path: root/video
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2013-06-17 21:23:13 +0200
committerwm4 <wm4@nowhere>2013-06-18 02:19:15 +0200
commit171d1ef7feb2bcdc5f9aed84b36adfc3ae576e5d (patch)
tree2ffc923398c15c41aa33bd72c462c059acb87175 /video
parent9bf93314268eb4cdbdae996cbd9f563cef8394ad (diff)
downloadmpv-171d1ef7feb2bcdc5f9aed84b36adfc3ae576e5d.tar.bz2
mpv-171d1ef7feb2bcdc5f9aed84b36adfc3ae576e5d.tar.xz
osdep: remove shmem wrapper
This is unused now that the cache is always threaded.
Diffstat (limited to 'video')
-rw-r--r--video/decode/dec_video.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/video/decode/dec_video.c b/video/decode/dec_video.c
index 3401ff69f8..ed856e046c 100644
--- a/video/decode/dec_video.c
+++ b/video/decode/dec_video.c
@@ -29,7 +29,6 @@
#include "core/mp_msg.h"
#include "osdep/timer.h"
-#include "osdep/shmem.h"
#include "stream/stream.h"
#include "demux/demux.h"