diff options
Diffstat (limited to 'src/video_dec/libmpeg2/cpu_state.c')
-rw-r--r-- | src/video_dec/libmpeg2/cpu_state.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/video_dec/libmpeg2/cpu_state.c b/src/video_dec/libmpeg2/cpu_state.c index 12963644c..d1507eec1 100644 --- a/src/video_dec/libmpeg2/cpu_state.c +++ b/src/video_dec/libmpeg2/cpu_state.c @@ -28,6 +28,7 @@ #include "mpeg2_internal.h" #include <xine/xineutils.h> +#include "xine_mmx.h" void (* mpeg2_cpu_state_save) (cpu_state_t * state) = NULL; void (* mpeg2_cpu_state_restore) (cpu_state_t * state) = NULL; |