blob: 4102772f38c579edd90e9cd36f5bc3816694621f (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
PORTREVISION= 0
CATEGORIES= graphics
COMMENT= GStreamer opencv real time computer vision plugin
LIB_DEPENDS= libopencv_highgui.so:graphics/opencv
# Clang has issues with Overloaded stuff inside OpenCV
CXXFLAGS+= -Wno-overloaded-virtual
MASTERDIR= ${.CURDIR:H:H}/multimedia/gstreamer1-plugins
PLIST= ${.CURDIR}/pkg-plist
DIST= bad
GST_PLUGIN= opencv
GST_PLUGIN_DIR= gst-libs/gst/opencv ext/opencv
.include "${MASTERDIR}/Makefile"
|