[vlc-devel] [PATCH] opencv compilation fix

Jean-Baptiste Kempf jb at videolan.org
Mon Aug 11 18:14:58 CEST 2008


On Fri, Aug 08, 2008 at 11:20:51AM +0200, Nicolas Chauvet wrote :
> This patch seems needed for opencv compilation for vlc-0.9.0
This was applied in [3e148f1b70a45571dd9511e1e4180423f33f176d]

> diff -up vlc-0.9.0-test3/modules/video_filter/opencv_wrapper.c.fix vlc-0.9.0-test3/modules/video_filter/opencv_wrapper.c
> --- vlc-0.9.0-test3/modules/video_filter/opencv_wrapper.c.fix	2008-08-02 12:36:38.000000000 +0200
> +++ vlc-0.9.0-test3/modules/video_filter/opencv_wrapper.c	2008-08-02 12:36:48.000000000 +0200
> @@ -395,7 +395,7 @@ static void End( vout_thread_t *p_vout )
>          p_vout->p_sys->p_opencv = NULL;
>      }
>  
> -    vout_CloseAndRelease( p_vout->p_sys->p_vout )
> +    vout_CloseAndRelease( p_vout->p_sys->p_vout );
>  }
>  
>  /*****************************************************************************

> _______________________________________________
> vlc-devel mailing list
> To unsubscribe or modify your subscription options:
> http://mailman.videolan.org/listinfo/vlc-devel


-- 
Best Regards,

-- 
Jean-Baptiste Kempf
http://www.jbkempf.com/



More information about the vlc-devel mailing list