forked from mia/Aegisub
Fixed a link error with libass.
Originally committed to SVN as r1898.
This commit is contained in:
parent
c3d1128efd
commit
a9984a2741
2 changed files with 6 additions and 2 deletions
|
@ -148,4 +148,10 @@ void LibassSubtitlesProvider::DrawSubtitles(AegiVideoFrame &frame,double time) {
|
|||
}
|
||||
}
|
||||
|
||||
|
||||
//////////
|
||||
// Static
|
||||
ass_library_t* LibassSubtitlesProvider::ass_library;
|
||||
|
||||
|
||||
#endif // WITH_LIBASS
|
||||
|
|
|
@ -65,8 +65,6 @@ public:
|
|||
void DrawSubtitles(AegiVideoFrame &dst,double time);
|
||||
};
|
||||
|
||||
ass_library_t* LibassSubtitlesProvider::ass_library;
|
||||
|
||||
|
||||
///////////
|
||||
// Factory
|
||||
|
|
Loading…
Reference in a new issue