forked from mia/Aegisub
Fix compilation when no subtitle providers are enabled
Originally committed to SVN as r4838.
This commit is contained in:
parent
598624772d
commit
c0c82505c7
1 changed files with 3 additions and 0 deletions
|
@ -44,6 +44,9 @@
|
|||
#ifdef WITH_LIBASS
|
||||
#include "subtitles_provider_libass.h"
|
||||
#endif
|
||||
#if !defined(WITH_CSRI) && !defined(WITH_LIBASS)
|
||||
#include "include/aegisub/subtitles_provider.h"
|
||||
#endif
|
||||
|
||||
/// @brief Get provider
|
||||
/// @return
|
||||
|
|
Loading…
Reference in a new issue