VIDEO: Renamed srt_parser.* to subtitles.*

This commit is contained in:
Eugene Sandulenko 2018-05-20 15:39:11 +02:00
parent f555592e10
commit d02ff2ea5a
3 changed files with 2 additions and 2 deletions

View File

@ -13,7 +13,7 @@ MODULE_OBJS := \
psx_decoder.o \
qt_decoder.o \
smk_decoder.o \
srt_parser.o \
subtitles.o \
video_decoder.o
ifdef USE_BINK

View File

@ -21,7 +21,7 @@
#include "common/file.h"
#include "video/srt_parser.h"
#include "video/subtitles.h"
namespace Video {