forked from mia/Aegisub
Modified makefile to include the two new subtitle formats.
Originally committed to SVN as r1253.
This commit is contained in:
parent
5d24b07b50
commit
9b880fd963
1 changed files with 2 additions and 0 deletions
|
@ -185,9 +185,11 @@ aegisub_SOURCES = \
|
||||||
subs_preview.cpp \
|
subs_preview.cpp \
|
||||||
subtitle_format.cpp \
|
subtitle_format.cpp \
|
||||||
subtitle_format_ass.cpp \
|
subtitle_format_ass.cpp \
|
||||||
|
subtitle_format_microdvd.cpp \
|
||||||
subtitle_format_mkv.cpp \
|
subtitle_format_mkv.cpp \
|
||||||
subtitle_format_srt.cpp \
|
subtitle_format_srt.cpp \
|
||||||
subtitle_format_txt.cpp \
|
subtitle_format_txt.cpp \
|
||||||
|
subtitle_format_ttxt.cpp \
|
||||||
subtitles_provider.cpp \
|
subtitles_provider.cpp \
|
||||||
subtitles_provider_csri.cpp \
|
subtitles_provider_csri.cpp \
|
||||||
text_file_reader.cpp \
|
text_file_reader.cpp \
|
||||||
|
|
Loading…
Reference in a new issue