ASA compatibility fixes

Originally committed to SVN as r366.
This commit is contained in:
Rodrigo Braz Monteiro 2006-05-06 01:44:51 +00:00
parent 114bd4dbce
commit 949245c5a5
2 changed files with 3 additions and 0 deletions

View File

@ -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"

View File

@ -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"