properly include wx headers
Originally committed to SVN as r335.
This commit is contained in:
parent
a772e64591
commit
1afe91f04f
2 changed files with 2 additions and 0 deletions
|
@ -34,6 +34,7 @@
|
|||
//
|
||||
|
||||
|
||||
#include <wx/wxprec.h>
|
||||
#include "lavc_file.h"
|
||||
|
||||
#ifdef USE_LAVC
|
||||
|
|
|
@ -40,6 +40,7 @@
|
|||
#define LAVC_FILE_H
|
||||
|
||||
#define EMULATE_INTTYPES
|
||||
#include <wx/filename.h>
|
||||
#include <ffmpeg/avcodec.h>
|
||||
#include <ffmpeg/avformat.h>
|
||||
|
||||
|
|
Loading…
Reference in a new issue