mirror of
https://github.com/videolan/vlc.git
synced 2024-11-24 02:14:26 +08:00
ttml: fix local path include
This commit is contained in:
parent
f5227c013f
commit
391b682a37
@ -27,7 +27,7 @@
|
||||
#include <vlc_codec.h>
|
||||
#include <vlc_subpicture.h>
|
||||
|
||||
#include "../codec/ttml/ttml.h"
|
||||
#include "ttml.h"
|
||||
|
||||
#define HEX_COLOR_MAX 10
|
||||
static void FillHexColor( uint32_t argb, bool withalpha, char text[HEX_COLOR_MAX] )
|
||||
|
@ -35,7 +35,7 @@
|
||||
#include <stdlib.h>
|
||||
#include <ctype.h>
|
||||
|
||||
#include "../codec/ttml/ttml.h"
|
||||
#include "ttml.h"
|
||||
|
||||
char *tt_genTiming( tt_time_t t )
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user