vf_libopencv: replace opencv/cxtypes.h #include by opencv/cxcore.h
cxtypes.h works with version 2.1 and older, cxcore.h works with 2.2 and older. Signed-off-by: Diego Biurrun <diego@biurrun.de>
This commit is contained in:
		
							parent
							
								
									65083b4911
								
							
						
					
					
						commit
						9bc8bcddbd
					
				@ -26,7 +26,7 @@
 | 
				
			|||||||
/* #define DEBUG */
 | 
					/* #define DEBUG */
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#include <opencv/cv.h>
 | 
					#include <opencv/cv.h>
 | 
				
			||||||
#include <opencv/cxtypes.h>
 | 
					#include <opencv/cxcore.h>
 | 
				
			||||||
#include "libavutil/avstring.h"
 | 
					#include "libavutil/avstring.h"
 | 
				
			||||||
#include "libavutil/file.h"
 | 
					#include "libavutil/file.h"
 | 
				
			||||||
#include "avfilter.h"
 | 
					#include "avfilter.h"
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user