summaryrefslogtreecommitdiffstats
path: root/player/loadfile.c
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2015-09-20 18:05:06 +0200
committerwm4 <wm4@nowhere>2015-09-20 18:05:06 +0200
commit8782354e6d275e2e92fc129d4358864312032e76 (patch)
tree81d65193bf24b307dc8fee9fa26197dad4f3eb5d /player/loadfile.c
parentf287ccf017c405df7f140c05ba3b1fc4540cc29e (diff)
downloadmpv-8782354e6d275e2e92fc129d4358864312032e76.tar.bz2
mpv-8782354e6d275e2e92fc129d4358864312032e76.tar.xz
player: rename and move find_subfiles.c
This was in sub/, because the code used to be specific to subtitles. It was extended to automatically load external audio files too, and moving the file and renaming it was long overdue.
Diffstat (limited to 'player/loadfile.c')
-rw-r--r--player/loadfile.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/player/loadfile.c b/player/loadfile.c
index 4e32ccd6b6..2b87dfd927 100644
--- a/player/loadfile.c
+++ b/player/loadfile.c
@@ -50,7 +50,7 @@
#include "demux/demux.h"
#include "stream/stream.h"
#include "sub/dec_sub.h"
-#include "sub/find_subfiles.h"
+#include "external_files.h"
#include "video/decode/dec_video.h"
#include "video/out/vo.h"