summaryrefslogtreecommitdiffstats
path: root/video/out
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2014-08-29 12:09:04 +0200
committerwm4 <wm4@nowhere>2014-08-29 12:31:52 +0200
commit68ff8a0484b592a629ef2bbcb0537265ae36d1d0 (patch)
tree9dafc6d3e5bea87957134ddbca426abb4a4c6117 /video/out
parent4bc9c52a122ba51c8fd8f2aea923f8cb2bab1d5f (diff)
downloadmpv-68ff8a0484b592a629ef2bbcb0537265ae36d1d0.tar.bz2
mpv-68ff8a0484b592a629ef2bbcb0537265ae36d1d0.tar.xz
Move compat/ and bstr/ directory contents somewhere else
bstr.c doesn't really deserve its own directory, and compat had just a few files, most of which may as well be in osdep. There isn't really any justification for these extra directories, so get rid of them. The compat/libav.h was empty - just delete it. We changed our approach to API compatibility, and will likely not need it anymore.
Diffstat (limited to 'video/out')
-rw-r--r--video/out/gl_common.h2
-rw-r--r--video/out/gl_lcms.c2
-rw-r--r--video/out/gl_video.c2
-rw-r--r--video/out/vo.c2
-rw-r--r--video/out/vo_image.c2
-rw-r--r--video/out/vo_lavc.c1
-rw-r--r--video/out/vo_opengl.c2
-rw-r--r--video/out/wayland_common.c2
-rw-r--r--video/out/x11_common.c2
9 files changed, 8 insertions, 9 deletions
diff --git a/video/out/gl_common.h b/video/out/gl_common.h
index 2c6ae92224..21c276fb85 100644
--- a/video/out/gl_common.h
+++ b/video/out/gl_common.h
@@ -30,7 +30,7 @@
#include "config.h"
#include "common/msg.h"
-#include "bstr/bstr.h"
+#include "misc/bstr.h"
#include "vo.h"
#include "video/csputils.h"
diff --git a/video/out/gl_lcms.c b/video/out/gl_lcms.c
index b8416bea30..71fe66eb0a 100644
--- a/video/out/gl_lcms.c
+++ b/video/out/gl_lcms.c
@@ -28,7 +28,7 @@
#include "stream/stream.h"
#include "common/common.h"
-#include "bstr/bstr.h"
+#include "misc/bstr.h"
#include "common/msg.h"
#include "options/m_option.h"
#include "options/path.h"
diff --git a/video/out/gl_video.c b/video/out/gl_video.c
index 359013a6e6..5cf832d201 100644
--- a/video/out/gl_video.c
+++ b/video/out/gl_video.c
@@ -30,7 +30,7 @@
#include "gl_video.h"
-#include "bstr/bstr.h"
+#include "misc/bstr.h"
#include "gl_common.h"
#include "gl_osd.h"
#include "filter_kernels.h"
diff --git a/video/out/vo.c b/video/out/vo.c
index 5b63f3cfc2..f7f0f1664a 100644
--- a/video/out/vo.c
+++ b/video/out/vo.c
@@ -36,7 +36,7 @@
#include "misc/dispatch.h"
#include "misc/rendezvous.h"
#include "options/options.h"
-#include "bstr/bstr.h"
+#include "misc/bstr.h"
#include "vo.h"
#include "aspect.h"
#include "input/input.h"
diff --git a/video/out/vo_image.c b/video/out/vo_image.c
index da6d78f3d8..991265da23 100644
--- a/video/out/vo_image.c
+++ b/video/out/vo_image.c
@@ -25,7 +25,7 @@
#include <libswscale/swscale.h>
#include "config.h"
-#include "bstr/bstr.h"
+#include "misc/bstr.h"
#include "osdep/io.h"
#include "options/path.h"
#include "talloc.h"
diff --git a/video/out/vo_lavc.c b/video/out/vo_lavc.c
index aa42bc6e1b..da6817d0ca 100644
--- a/video/out/vo_lavc.c
+++ b/video/out/vo_lavc.c
@@ -22,7 +22,6 @@
#include <stdio.h>
#include <stdlib.h>
-#include "compat/libav.h"
#include "common/common.h"
#include "options/options.h"
#include "video/fmt-conversion.h"
diff --git a/video/out/vo_opengl.c b/video/out/vo_opengl.c
index a3be9bb1e7..3b6e3a2e43 100644
--- a/video/out/vo_opengl.c
+++ b/video/out/vo_opengl.c
@@ -36,7 +36,7 @@
#include "talloc.h"
#include "common/common.h"
-#include "bstr/bstr.h"
+#include "misc/bstr.h"
#include "common/msg.h"
#include "options/m_config.h"
#include "vo.h"
diff --git a/video/out/wayland_common.c b/video/out/wayland_common.c
index e560faccd2..c7cbf2fb2f 100644
--- a/video/out/wayland_common.c
+++ b/video/out/wayland_common.c
@@ -31,7 +31,7 @@
#include <linux/input.h>
#include "config.h"
-#include "bstr/bstr.h"
+#include "misc/bstr.h"
#include "options/options.h"
#include "common/msg.h"
#include "talloc.h"
diff --git a/video/out/x11_common.c b/video/out/x11_common.c
index 6d5485edf2..e9389c5f38 100644
--- a/video/out/x11_common.c
+++ b/video/out/x11_common.c
@@ -23,7 +23,7 @@
#include <limits.h>
#include "config.h"
-#include "bstr/bstr.h"
+#include "misc/bstr.h"
#include "options/options.h"
#include "common/common.h"
#include "common/msg.h"