no_video_from_camera.patch

patch opencv\modules\highgui\src\precomp.hpp - vasek opekar, 2010-12-14 05:45 pm

Download (395 Bytes)

 
precomp.hpp (working copy)
46 46
#pragma warning( disable: 4251 )
47 47
#endif
48 48

  
49
#ifdef HAVE_CONFIG_H 
50
#include <cvconfig.h> 
51
#endif
52

  
49 53
#include "opencv2/highgui/highgui.hpp"
50 54
#include "opencv2/highgui/highgui_c.h"
51 55
#include "opencv2/imgproc/imgproc_c.h"