summaryrefslogtreecommitdiffstats
path: root/mpvcore/encode_lavc.c
diff options
context:
space:
mode:
Diffstat (limited to 'mpvcore/encode_lavc.c')
-rw-r--r--mpvcore/encode_lavc.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/mpvcore/encode_lavc.c b/mpvcore/encode_lavc.c
index 75e57a2443..ce8d9a8e59 100644
--- a/mpvcore/encode_lavc.c
+++ b/mpvcore/encode_lavc.c
@@ -22,9 +22,9 @@
#include "encode_lavc.h"
-#include "core/mp_msg.h"
+#include "mpvcore/mp_msg.h"
#include "video/vfcap.h"
-#include "core/options.h"
+#include "mpvcore/options.h"
#include "osdep/timer.h"
#include "video/out/vo.h"
#include "talloc.h"