Skip to content

Instantly share code, notes, and snippets.

@nico-lab
Last active February 22, 2017 11:22
Show Gist options
  • Save nico-lab/a7cdee8b1530ac8da89d to your computer and use it in GitHub Desktop.
Save nico-lab/a7cdee8b1530ac8da89d to your computer and use it in GitHub Desktop.
ffmpeg 用の opencv.pc
prefix=/mingw/i686-w64-mingw32
exec_prefix=${prefix}
libdir=${exec_prefix}/lib
includedir_old=${prefix}/include/opencv
includedir_new=${prefix}/include
Name: OpenCV
Description: Open Source Computer Vision Library
Version: 2.4.13.2
Libs: ${exec_prefix}/lib/libopencv_core2413.dll ${exec_prefix}/lib/libopencv_imgproc2413.dll
Cflags: -I${includedir_old} -I${includedir_new}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment