From a4f5216d528881b07a529428668d567d60ca0e51 Mon Sep 17 00:00:00 2001 From: Andrey Kamaev Date: Fri, 30 Mar 2012 14:03:18 +0000 Subject: [PATCH] Fixed gcc build after r7751 --- modules/legacy/src/bgfg_gaussmix.cpp | 2 +- modules/video/src/bgfg_gaussmix2.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/legacy/src/bgfg_gaussmix.cpp b/modules/legacy/src/bgfg_gaussmix.cpp index f3cb98c..d841dd7 100644 --- a/modules/legacy/src/bgfg_gaussmix.cpp +++ b/modules/legacy/src/bgfg_gaussmix.cpp @@ -843,7 +843,7 @@ CV_INLINE int _icvUpdateGMM_C3(float r,float g, float b, } //the main function to update the background model -void icvUpdatePixelBackgroundGMM2( const CvArr* srcarr, CvArr* dstarr , +static void icvUpdatePixelBackgroundGMM2( const CvArr* srcarr, CvArr* dstarr , CvPBGMMGaussian *pGMM, unsigned char *pUsedModes, //CvGaussBGStatModel2Params* pGMMPar, diff --git a/modules/video/src/bgfg_gaussmix2.cpp b/modules/video/src/bgfg_gaussmix2.cpp index fd42253..ae30855 100644 --- a/modules/video/src/bgfg_gaussmix2.cpp +++ b/modules/video/src/bgfg_gaussmix2.cpp @@ -646,7 +646,7 @@ CV_INLINE int _icvUpdateGMM_C3(float r,float g, float b, } //the main function to update the background model -void icvUpdatePixelBackgroundGMM2( const CvArr* srcarr, CvArr* dstarr , +static void icvUpdatePixelBackgroundGMM2( const CvArr* srcarr, CvArr* dstarr , CvPBGMMGaussian *pGMM, unsigned char *pUsedModes, //CvGaussBGStatModel2Params* pGMMPar, -- 2.7.4