summaryrefslogtreecommitdiffstats
path: root/stream/stream_dvd.c
diff options
context:
space:
mode:
Diffstat (limited to 'stream/stream_dvd.c')
-rw-r--r--stream/stream_dvd.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/stream/stream_dvd.c b/stream/stream_dvd.c
index 689e773c9d..a45fa4e432 100644
--- a/stream/stream_dvd.c
+++ b/stream/stream_dvd.c
@@ -25,7 +25,7 @@
#include "config.h"
#include "talloc.h"
-#include "mp_msg.h"
+#include "core/mp_msg.h"
#include <libgen.h>
#include <errno.h>
@@ -36,12 +36,12 @@
#define FIRST_PCM_AID 160
#include "stream.h"
-#include "m_option.h"
-#include "m_struct.h"
+#include "core/m_option.h"
+#include "core/m_struct.h"
#include "stream_dvd.h"
#include "stream_dvd_common.h"
-#include "libmpdemux/demuxer.h"
+#include "demux/demux.h"
static char* dvd_device_current;
int dvd_angle=1;