]> git.sesse.net Git - vlc/commitdiff
XvMC: possible fix compilation. Who uses that anyway ?
authorJean-Baptiste Kempf <jb@videolan.org>
Mon, 25 Feb 2008 18:08:10 +0000 (18:08 +0000)
committerJean-Baptiste Kempf <jb@videolan.org>
Mon, 25 Feb 2008 18:08:10 +0000 (18:08 +0000)
modules/codec/xvmc/cpu_state.c

index 2d3cdf8fa18bebf73e22d3631a48582d0d814f1e..b38301f04be9d0cf23616a0a7bf18c7be95aa16f 100644 (file)
@@ -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)
 {