svn commit: r497171 - head/multimedia/gstreamer1-plugins-v4l2/files

Mark Linimon linimon at FreeBSD.org
Fri Mar 29 17:23:45 UTC 2019


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
+ {


More information about the svn-ports-all mailing list