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
@ -27,13 +27,17 @@
|
|||||||
* MSMPEG4 backend for encoder and decoder
|
* MSMPEG4 backend for encoder and decoder
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#include "config.h"
|
||||||
|
|
||||||
#include "libavutil/thread.h"
|
#include "libavutil/thread.h"
|
||||||
|
#if ARCH_X86
|
||||||
|
#include "libavutil/x86/asm.h"
|
||||||
|
#endif
|
||||||
|
|
||||||
#include "avcodec.h"
|
#include "avcodec.h"
|
||||||
#include "idctdsp.h"
|
#include "idctdsp.h"
|
||||||
#include "mpegvideo.h"
|
#include "mpegvideo.h"
|
||||||
#include "msmpeg4.h"
|
#include "msmpeg4.h"
|
||||||
#include "libavutil/x86/asm.h"
|
|
||||||
#include "mpeg4videodata.h"
|
#include "mpeg4videodata.h"
|
||||||
#include "msmpeg4data.h"
|
#include "msmpeg4data.h"
|
||||||
#include "msmpeg4_vc1_data.h"
|
#include "msmpeg4_vc1_data.h"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user