mirror of https://github.com/odrling/Aegisub
Fixed a link error with libass.
Originally committed to SVN as r1898.
This commit is contained in:
parent
c3d1128efd
commit
a9984a2741
|
@ -148,4 +148,10 @@ void LibassSubtitlesProvider::DrawSubtitles(AegiVideoFrame &frame,double time) {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
//////////
|
||||||
|
// Static
|
||||||
|
ass_library_t* LibassSubtitlesProvider::ass_library;
|
||||||
|
|
||||||
|
|
||||||
#endif // WITH_LIBASS
|
#endif // WITH_LIBASS
|
||||||
|
|
|
@ -65,8 +65,6 @@ public:
|
||||||
void DrawSubtitles(AegiVideoFrame &dst,double time);
|
void DrawSubtitles(AegiVideoFrame &dst,double time);
|
||||||
};
|
};
|
||||||
|
|
||||||
ass_library_t* LibassSubtitlesProvider::ass_library;
|
|
||||||
|
|
||||||
|
|
||||||
///////////
|
///////////
|
||||||
// Factory
|
// Factory
|
||||||
|
|
Loading…
Reference in New Issue