]> git.sesse.net Git - vlc/commitdiff
opencv compilation fix
authorNicolas Chauvet <kwizart@gmail.com>
Mon, 11 Aug 2008 11:33:09 +0000 (13:33 +0200)
committerDerk-Jan Hartman <hartman@videolan.org>
Mon, 11 Aug 2008 11:33:09 +0000 (13:33 +0200)
This patch seems needed for opencv compilation for vlc-0.9.0

modules/video_filter/opencv_wrapper.c

index e6b1dd160e75463de469dbbce76b6004e8c5d4c9..b1f3c9d9f2f5e7f1253b8f08f25e8faf16217f92 100644 (file)
@@ -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 );
 }
 
 /*****************************************************************************