353ad9c72e
Update GStreamer1-vaapi to 0.7.0. * Spell GStreamer consistently. [1] * Fix typo in py3kplist in py3-gstreamer1 [1] * Improve plugins COMMENTS (more improvements welcome) * Actually include the gstreamer1-libav update this time. PR: 204204 [1] (based on) Submitted by: olivierd@ [1]
16 lines
325 B
Makefile
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"
|