Date: Fri, 29 Mar 2019 17:25:54 +0000 From: Mark Linimon <linimon@lonesome.com> To: multimedia@FreeBSD.org Cc: linimon@FreeBSD.org Subject: [linimon@FreeBSD.org: svn commit: r497171 - head/multimedia/gstreamer1-plugins-v4l2/files] Message-ID: <20190329172553.GA25913@lonesome.com>
next in thread | raw e-mail | index | archive | help
I realize I may be stepping on toes here, but I'd rather get this in before the Q2 branch and not wait for a PR review cycle. It's similar to previous commits in this area. mcl ----- Forwarded message from Mark Linimon <linimon@FreeBSD.org> ----- Date: Fri, 29 Mar 2019 17:23:44 +0000 (UTC) From: Mark Linimon <linimon@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r497171 - head/multimedia/gstreamer1-plugins-v4l2/files Author: linimon Date: Fri Mar 29 17:23:44 2019 New Revision: 497171 URL: https://svnweb.freebsd.org/changeset/ports/497171 Log: Fix build on GCC-based architectures, similar to other previous gstreamer1-plugins-* commits: ./gstv4l2allocator.h:53: error: redefinition of typedef 'GstV4l2Object' Tested on both amd64 and powerpc64. Approved by: portmgr (tier-2 blanket) Added: head/multimedia/gstreamer1-plugins-v4l2/files/ head/multimedia/gstreamer1-plugins-v4l2/files/patch-sys_v4l2_gstv4l2allocator.h (contents, props changed) Added: head/multimedia/gstreamer1-plugins-v4l2/files/patch-sys_v4l2_gstv4l2allocator.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/multimedia/gstreamer1-plugins-v4l2/files/patch-sys_v4l2_gstv4l2allocator.h Fri Mar 29 17:23:44 2019 (r497171) @@ -0,0 +1,10 @@ +--- sys/v4l2/gstv4l2allocator.h.orig 2018-03-23 20:44:48 UTC ++++ sys/v4l2/gstv4l2allocator.h +@@ -50,7 +50,6 @@ typedef struct _GstV4l2MemoryGroup GstV4 + typedef struct _GstV4l2Memory GstV4l2Memory; + typedef enum _GstV4l2Capabilities GstV4l2Capabilities; + typedef enum _GstV4l2Return GstV4l2Return; +-typedef struct _GstV4l2Object GstV4l2Object; + + enum _GstV4l2AllocatorFlags + { ----- End forwarded message -----
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20190329172553.GA25913>