diff options
author | Clément Bœsch <ubitux@gmail.com> | 2011-02-26 20:47:49 +0100 |
---|---|---|
committer | Uoti Urpala <uau@mplayer2.org> | 2011-04-20 04:22:52 +0300 |
commit | 9bcfbe4d4ff8c40fff45798ae7f907118218c17b (patch) | |
tree | 07a19edff1d9e82b45fedb31f10674d899848df7 /Makefile | |
parent | 4587f030ccded80f3ddb21dab2bca36af42fe497 (diff) |
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.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 \ |