]> git.sesse.net Git - vlc/blobdiff - modules/video_filter/opencv_wrapper.c
Set SOCKET_LIBS on Windows too
[vlc] / modules / video_filter / opencv_wrapper.c
index b48a2c20a1cf4af8cadd5e7e9fafba7e35c3a219..bbcea0693a9d2c3dc36d4ab3b3a4c32ebcee3c1e 100644 (file)
@@ -326,7 +326,6 @@ static int Init( vout_thread_t *p_vout )
     /* Load the internal opencv filter */
     /* We don't need to set up video formats for this filter as it not actually using a picture_t */
     p_sys->p_opencv = vlc_object_create( p_vout, sizeof(filter_t) );
-    vlc_object_attach( p_sys->p_opencv, p_vout );
 
     if (p_vout->p_sys->psz_inner_name)
         p_sys->p_opencv->p_module =