]> git.sesse.net Git - vlc/blobdiff - modules/video_output/x11/xvmc.c
Compile XvMC. Disabled the subtitles part for that. Commented a few things. This...
[vlc] / modules / video_output / x11 / xvmc.c
index 4d0262b1982ca3ab11b4f8675155025869af9d89..04675a8e9ccc04737d94099dc213907de1cafa3b 100644 (file)
@@ -339,7 +339,7 @@ void blend_xx44( uint8_t *dst_img, subpicture_t *sub_img,
     int clip_right;
     int i_len, i_color;
     uint16_t *p_source = NULL;
-
+#if 0
     if (!sub_img)
         return;
 
@@ -468,6 +468,7 @@ void blend_xx44( uint8_t *dst_img, subpicture_t *sub_img,
         }
         dst_y += dst_pitch;
     }
+#endif
 }
 
 int xxmc_xvmc_surface_valid( vout_thread_t *p_vout, XvMCSurface *surf )