From 8782354e6d275e2e92fc129d4358864312032e76 Mon Sep 17 00:00:00 2001 From: wm4 Date: Sun, 20 Sep 2015 18:05:06 +0200 Subject: 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. --- TOOLS/old-makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'TOOLS/old-makefile') diff --git a/TOOLS/old-makefile b/TOOLS/old-makefile index 5477811832..107495b49d 100644 --- a/TOOLS/old-makefile +++ b/TOOLS/old-makefile @@ -195,6 +195,7 @@ SOURCES = audio/audio.c \ player/client.c \ player/configfiles.c \ player/command.c \ + player/external_files.c \ player/loadfile.c \ player/main.c \ player/misc.c \ @@ -219,7 +220,6 @@ SOURCES = audio/audio.c \ stream/stream_rar.c \ sub/dec_sub.c \ sub/draw_bmp.c \ - sub/find_subfiles.c \ sub/img_convert.c \ sub/osd.c \ sub/sd_lavc.c \ -- cgit v1.2.3