mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-19 00:15:30 +00:00
VIDEO: Renamed srt_parser.* to subtitles.*
This commit is contained in:
parent
f555592e10
commit
d02ff2ea5a
@ -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
|
||||
|
@ -21,7 +21,7 @@
|
||||
|
||||
#include "common/file.h"
|
||||
|
||||
#include "video/srt_parser.h"
|
||||
#include "video/subtitles.h"
|
||||
|
||||
namespace Video {
|
||||
|
Loading…
x
Reference in New Issue
Block a user