ports/181909: multimedia/vlc: SegmentInfoCommon.h:43:17: error: unknown type name 'time_t'

Vladimir Kondratiev wulf at cicgroup.ru
Sun Sep 8 20:40:02 UTC 2013


The following reply was made to PR ports/181909; it has been noted by GNATS.

From: Vladimir Kondratiev <wulf at cicgroup.ru>
To: bug-followup at FreeBSD.org, ohartman at zedat.fu-berlin.de
Cc:  
Subject: Re: ports/181909: multimedia/vlc: SegmentInfoCommon.h:43:17: error:
 unknown type name 'time_t'
Date: Mon, 09 Sep 2013 00:31:10 +0400

 This is a multi-part message in MIME format.
 --------------020306090803050306040605
 Content-Type: text/plain; charset=ISO-8859-1; format=flowed
 Content-Transfer-Encoding: 7bit
 
 Attached patch fixed build for me
 
 --------------020306090803050306040605
 Content-Type: text/x-chdr;
  name="patch-modules-stream_filter-dash-mpd-SegmentInfoCommon.h"
 Content-Transfer-Encoding: 7bit
 Content-Disposition: attachment;
  filename*0="patch-modules-stream_filter-dash-mpd-SegmentInfoCommon.h"
 
 --- modules/stream_filter/dash/mpd/SegmentInfoCommon.h.orig	2013-09-08 15:49:25.798733429 +0400
 +++ modules/stream_filter/dash/mpd/SegmentInfoCommon.h	2013-09-08 15:47:51.808708649 +0400
 @@ -27,6 +27,7 @@
  
  #include <string>
  #include <list>
 +#include <ctime>
  
  namespace dash
  {
 
 --------------020306090803050306040605--


More information about the freebsd-multimedia mailing list