[FFmpeg-user] Problem building with OpenCV support

Carl Eugen Hoyos cehoyos at ag.or.at
Wed Jun 27 11:23:53 CEST 2012


Misha Penkov <misha.penkov <at> gmail.com> writes:

> mpenkov <at> misha-desktop:~/Desktop$ gcc `pkg-config --cflags --libs
> opencv` imshow.c -o imshow.out

Did you try to compile the same source file that configure uses?
 #include <opencv/cxcore.h>
 long check_cvCreateImageHeader(void) { return (long) cvCreateImageHeader; }
 int main(void) { return 0; }

Carl Eugen



More information about the ffmpeg-user mailing list