[vlc-devel] commit: opencv compilation fix (Nicolas Chauvet )

git version control git at videolan.org
Mon Aug 11 13:35:15 CEST 2008


vlc | branch: master | Nicolas Chauvet <kwizart at gmail.com> | Mon Aug 11 13:33:09 2008 +0200| [3e148f1b70a45571dd9511e1e4180423f33f176d] | committer: Derk-Jan Hartman 

opencv compilation fix

This patch seems needed for opencv compilation for vlc-0.9.0

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=3e148f1b70a45571dd9511e1e4180423f33f176d
---

 modules/video_filter/opencv_wrapper.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/modules/video_filter/opencv_wrapper.c b/modules/video_filter/opencv_wrapper.c
index e6b1dd1..b1f3c9d 100644
--- a/modules/video_filter/opencv_wrapper.c
+++ b/modules/video_filter/opencv_wrapper.c
@@ -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 );
 }
 
 /*****************************************************************************




More information about the vlc-devel mailing list