summaryrefslogtreecommitdiffstats
path: root/video/filter/vf_stereo3d.c
diff options
context:
space:
mode:
Diffstat (limited to 'video/filter/vf_stereo3d.c')
-rw-r--r--video/filter/vf_stereo3d.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/video/filter/vf_stereo3d.c b/video/filter/vf_stereo3d.c
index 6bd13ada87..b9d97756fe 100644
--- a/video/filter/vf_stereo3d.c
+++ b/video/filter/vf_stereo3d.c
@@ -25,12 +25,12 @@
#include "config.h"
#include "mpvcore/mp_msg.h"
-#include "mpvcore/options.h"
+#include "options/options.h"
#include "video/img_format.h"
#include "video/mp_image.h"
#include "vf.h"
-#include "mpvcore/m_option.h"
+#include "options/m_option.h"
#include "libavutil/common.h"
#include "video/memcpy_pic.h"