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