summaryrefslogtreecommitdiffstats
path: root/mpvcore
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2013-10-27 00:40:01 +0200
committerwm4 <wm4@nowhere>2013-10-27 00:40:01 +0200
commitd2ee5c0330d1cbd05cd698743ea55591e029831b (patch)
tree839d1e52a7a5493fc3215e434928d4ef4dfa0707 /mpvcore
parent7abc1bef40869d4efba88df8c5ad8b1ea4c49c57 (diff)
downloadmpv-d2ee5c0330d1cbd05cd698743ea55591e029831b.tar.bz2
mpv-d2ee5c0330d1cbd05cd698743ea55591e029831b.tar.xz
command: don't include stream_dvd.h
Diffstat (limited to 'mpvcore')
-rw-r--r--mpvcore/command.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/mpvcore/command.c b/mpvcore/command.c
index fdb507962f..edd4f7b634 100644
--- a/mpvcore/command.c
+++ b/mpvcore/command.c
@@ -61,9 +61,6 @@
#ifdef CONFIG_DVBIN
#include "stream/dvbin.h"
#endif
-#ifdef CONFIG_DVDREAD
-#include "stream/stream_dvd.h"
-#endif
#include "screenshot.h"
#ifdef HAVE_SYS_MMAN_H
#include <sys/mman.h>