opnsense-ports/graphics/gstreamer1-plugins-opencv/Makefile
Franco Fichtner ce5cd830d4 */*: sync with upstream
Taken from: FreeBSD
2016-01-06 08:21:24 +01:00

16 lines
325 B
Makefile

# $FreeBSD$
PORTREVISION= 0
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
.include "${MASTERDIR}/Makefile"