d63665f7cd
This is a separate commit to facilitate easier cherry-picking for quarterly. PR: 262853, 262940, 262877, 263126 Approved by: fluffy (mentor)
16 lines
342 B
Makefile
16 lines
342 B
Makefile
PORTREVISION= 3
|
|
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"
|