From a1072a9af0e233f0c9102144b13fcd6e45ec54f2 Mon Sep 17 00:00:00 2001 From: Nicolas Chauvet Date: Mon, 15 Sep 2008 08:34:46 +0000 Subject: [PATCH] Cleaning --- vlc-git-opencvfix.patch | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 vlc-git-opencvfix.patch diff --git a/vlc-git-opencvfix.patch b/vlc-git-opencvfix.patch deleted file mode 100644 index ca087b4..0000000 --- a/vlc-git-opencvfix.patch +++ /dev/null @@ -1,12 +0,0 @@ -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 ); - } - - /*****************************************************************************