From 9bcfbe4d4ff8c40fff45798ae7f907118218c17b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20B=C5=93sch?= Date: Sat, 26 Feb 2011 20:47:49 +0100 Subject: find_subfiles: move sub_filenames() here Move sub_filenames() and related code from subreader.c to new file find_subfiles.c. This function is used to find subtitle files that should be loaded for the current video; this functionality is not specific to the particular kind of text subtitle handling implemented in subreader.c. Also reindent and prettify the moved code a bit. --- Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 2f4e668877..46fdeee81e 100644 --- a/Makefile +++ b/Makefile @@ -422,6 +422,7 @@ SRCS_COMMON = asxparser.c \ sub/sub_cc.c \ sub/dec_sub.c \ sub/find_sub.c \ + sub/find_subfiles.c \ sub/spudec.c \ sub/subassconvert.c \ sub/subreader.c \ -- cgit v1.2.3