summaryrefslogtreecommitdiffstats
path: root/demux
diff options
context:
space:
mode:
Diffstat (limited to 'demux')
-rw-r--r--demux/demux.c2
-rw-r--r--demux/demux_lavf.c4
-rw-r--r--demux/demux_libass.c2
-rw-r--r--demux/demux_mkv.c2
-rw-r--r--demux/demux_playlist.c4
-rw-r--r--demux/demux_raw.c2
-rw-r--r--demux/demux_subreader.c2
-rw-r--r--demux/mf.c2
8 files changed, 10 insertions, 10 deletions
diff --git a/demux/demux.c b/demux/demux.c
index 7ae9328e3b..626804fcef 100644
--- a/demux/demux.c
+++ b/demux/demux.c
@@ -29,7 +29,7 @@
#include <sys/stat.h>
#include "config.h"
-#include "mpvcore/options.h"
+#include "options/options.h"
#include "mpvcore/av_common.h"
#include "talloc.h"
#include "mpvcore/mp_msg.h"
diff --git a/demux/demux_lavf.c b/demux/demux_lavf.c
index 4accb6d8fb..c541f345e1 100644
--- a/demux/demux_lavf.c
+++ b/demux/demux_lavf.c
@@ -35,7 +35,7 @@
#include "compat/libav.h"
#include "config.h"
-#include "mpvcore/options.h"
+#include "options/options.h"
#include "mpvcore/mp_msg.h"
#include "mpvcore/av_opts.h"
#include "mpvcore/av_common.h"
@@ -44,7 +44,7 @@
#include "stream/stream.h"
#include "demux.h"
#include "stheader.h"
-#include "mpvcore/m_option.h"
+#include "options/m_option.h"
#define INITIAL_PROBE_SIZE STREAM_BUFFER_SIZE
#define PROBE_BUF_SIZE FFMIN(STREAM_MAX_BUFFER_SIZE, 2 * 1024 * 1024)
diff --git a/demux/demux_libass.c b/demux/demux_libass.c
index f304757ae3..15e149212b 100644
--- a/demux/demux_libass.c
+++ b/demux/demux_libass.c
@@ -21,7 +21,7 @@
#include <ass/ass.h>
#include <ass/ass_types.h>
-#include "mpvcore/options.h"
+#include "options/options.h"
#include "mpvcore/mp_msg.h"
#include "mpvcore/charset_conv.h"
#include "stream/stream.h"
diff --git a/demux/demux_mkv.c b/demux/demux_mkv.c
index 94af8bf6b9..b3cf253be5 100644
--- a/demux/demux_mkv.c
+++ b/demux/demux_mkv.c
@@ -42,7 +42,7 @@
#endif
#include "talloc.h"
-#include "mpvcore/options.h"
+#include "options/options.h"
#include "mpvcore/bstr.h"
#include "stream/stream.h"
#include "demux.h"
diff --git a/demux/demux_playlist.c b/demux/demux_playlist.c
index dc42c2ea1f..1a4882f92b 100644
--- a/demux/demux_playlist.c
+++ b/demux/demux_playlist.c
@@ -16,10 +16,10 @@
*/
#include "mpvcore/mp_common.h"
-#include "mpvcore/options.h"
+#include "options/options.h"
#include "mpvcore/mp_msg.h"
#include "mpvcore/playlist.h"
-#include "mpvcore/path.h"
+#include "options/path.h"
#include "stream/stream.h"
#include "demux.h"
diff --git a/demux/demux_raw.c b/demux/demux_raw.c
index ecabd2e714..12fa1741a8 100644
--- a/demux/demux_raw.c
+++ b/demux/demux_raw.c
@@ -23,7 +23,7 @@
#include <unistd.h>
#include <string.h>
-#include "mpvcore/m_option.h"
+#include "options/m_option.h"
#include "stream/stream.h"
#include "demux.h"
diff --git a/demux/demux_subreader.c b/demux/demux_subreader.c
index 21bcf21614..a3cee1794b 100644
--- a/demux/demux_subreader.c
+++ b/demux/demux_subreader.c
@@ -34,7 +34,7 @@
#include "config.h"
#include "mpvcore/mp_msg.h"
#include "mpvcore/mp_common.h"
-#include "mpvcore/options.h"
+#include "options/options.h"
#include "stream/stream.h"
#include "demux/demux.h"
diff --git a/demux/mf.c b/demux/mf.c
index 443e2e411b..7b5b7aee3e 100644
--- a/demux/mf.c
+++ b/demux/mf.c
@@ -39,7 +39,7 @@
#include "talloc.h"
#include "mpvcore/mp_msg.h"
#include "stream/stream.h"
-#include "mpvcore/path.h"
+#include "options/path.h"
#include "mpvcore/mp_talloc.h"
#include "mf.h"