mirror of https://github.com/odrling/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
|
@ -185,9 +185,11 @@ aegisub_SOURCES = \
|
|||
subs_preview.cpp \
|
||||
subtitle_format.cpp \
|
||||
subtitle_format_ass.cpp \
|
||||
subtitle_format_microdvd.cpp \
|
||||
subtitle_format_mkv.cpp \
|
||||
subtitle_format_srt.cpp \
|
||||
subtitle_format_txt.cpp \
|
||||
subtitle_format_ttxt.cpp \
|
||||
subtitles_provider.cpp \
|
||||
subtitles_provider_csri.cpp \
|
||||
text_file_reader.cpp \
|
||||
|
|
Loading…
Reference in New Issue