Commit 43ba4e72 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

XvMC: possible fix compilation. Who uses that anyway ?

parent bfbec229
......@@ -33,8 +33,8 @@
# include "mmx.h"
#endif
void (* mpeg2_cpu_state_save) (cpu_state_t * state) = NULL;
void (* mpeg2_cpu_state_restore) (cpu_state_t * state) = NULL;
void (* mpeg2_cpu_state_save) (cpu_state_t * state) = 0;
void (* mpeg2_cpu_state_restore) (cpu_state_t * state) = 0;
static void state_restore_mmx (cpu_state_t * state)
{
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment