Fix build

Set maintainer to ports

PR:		136390
Submitted by:	Joerg Ruppe-Tanner
Approved by:	old maintainer
This commit is contained in:
Tilman Keskinoz 2009-07-25 14:14:35 +00:00
parent 226db1ac89
commit 0a201b77e7
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=238359
2 changed files with 15 additions and 1 deletions

View file

@ -12,7 +12,7 @@ PORTREVISION= 4
CATEGORIES= graphics
MASTER_SITES= SF/opencvlibrary
MAINTAINER= msabramo@yahoo.com
MAINTAINER= ports@FreeBSD.org
COMMENT= Open Source Computer Vision Library from Intel
BUILD_DEPENDS= ${LOCALBASE}/include/linux/videodev.h:${PORTSDIR}/multimedia/v4l_compat

View file

@ -0,0 +1,14 @@
--- otherlibs/highgui/cvcap_ffmpeg.cpp.bak 2009-07-25 15:45:10.000000000 +0200
+++ otherlibs/highgui/cvcap_ffmpeg.cpp 2009-07-25 15:48:41.000000000 +0200
@@ -801,7 +801,11 @@
if (!(mywriter->fmt->flags & AVFMT_NOFILE)) {
/* close the output file */
+#if LIBAVFORMAT_BUILD > 4628
+ url_fclose(mywriter->oc->pb);
+#else
url_fclose(&mywriter->oc->pb);
+#endif
}
/* free the stream */