Fixed a link error with libass.

Originally committed to SVN as r1898.
This commit is contained in:
Rodrigo Braz Monteiro 2008-03-05 03:46:29 +00:00
parent c3d1128efd
commit a9984a2741
2 changed files with 6 additions and 2 deletions

View File

@ -148,4 +148,10 @@ void LibassSubtitlesProvider::DrawSubtitles(AegiVideoFrame &frame,double time) {
}
}
//////////
// Static
ass_library_t* LibassSubtitlesProvider::ass_library;
#endif // WITH_LIBASS

View File

@ -65,8 +65,6 @@ public:
void DrawSubtitles(AegiVideoFrame &dst,double time);
};
ass_library_t* LibassSubtitlesProvider::ass_library;
///////////
// Factory