mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
Fix build
Set maintainer to ports PR: 136390 Submitted by: Joerg Ruppe-Tanner Approved by: old maintainer
This commit is contained in:
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
|
@ -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
|
||||
|
|
|
@ -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 */
|
Loading…
Add table
Reference in a new issue