summaryrefslogtreecommitdiffstats
path: root/wscript_build.py
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 /wscript_build.py
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 'wscript_build.py')
-rw-r--r--wscript_build.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/wscript_build.py b/wscript_build.py
index ee4321926d..c8788c3a06 100644
--- a/wscript_build.py
+++ b/wscript_build.py
@@ -202,6 +202,7 @@ def build(ctx):
( "player/client.c" ),
( "player/command.c" ),
( "player/configfiles.c" ),
+ ( "player/external_files.c" ),
( "player/loadfile.c" ),
( "player/main.c" ),
( "player/misc.c" ),
@@ -251,7 +252,6 @@ def build(ctx):
( "sub/ass_mp.c", "libass"),
( "sub/dec_sub.c" ),
( "sub/draw_bmp.c" ),
- ( "sub/find_subfiles.c" ),
( "sub/img_convert.c" ),
( "sub/osd.c" ),
( "sub/osd_dummy.c", "dummy-osd" ),