avcodec/msmpeg4: Don't include x86-specific header unconditionally
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
This commit is contained in:
parent
a265e8ca92
commit
c8549d480f
1 changed files with 5 additions and 1 deletions
|
|
@ -27,13 +27,17 @@
|
|||
* MSMPEG4 backend for encoder and decoder
|
||||
*/
|
||||
|
||||
#include "config.h"
|
||||
|
||||
#include "libavutil/thread.h"
|
||||
#if ARCH_X86
|
||||
#include "libavutil/x86/asm.h"
|
||||
#endif
|
||||
|
||||
#include "avcodec.h"
|
||||
#include "idctdsp.h"
|
||||
#include "mpegvideo.h"
|
||||
#include "msmpeg4.h"
|
||||
#include "libavutil/x86/asm.h"
|
||||
#include "mpeg4videodata.h"
|
||||
#include "msmpeg4data.h"
|
||||
#include "msmpeg4_vc1_data.h"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue