ASA compatibility fixes
Originally committed to SVN as r366.
This commit is contained in:
parent
114bd4dbce
commit
949245c5a5
2 changed files with 3 additions and 0 deletions
|
@ -46,6 +46,8 @@
|
|||
# endif
|
||||
#endif
|
||||
|
||||
#include <wx/wxprec.h>
|
||||
#include <wx/image.h>
|
||||
#include "subtitle_provider.h"
|
||||
#include "video_provider.h"
|
||||
#include "ass_file.h"
|
||||
|
|
|
@ -38,6 +38,7 @@
|
|||
// Headers
|
||||
#ifdef USE_LAVC
|
||||
#include <wx/wxprec.h>
|
||||
#include <wx/image.h>
|
||||
#include <algorithm>
|
||||
#include "video_provider_lavc.h"
|
||||
#include "utils.h"
|
||||
|
|
Loading…
Reference in a new issue