Date: Sun, 8 Sep 2013 20:40:00 GMT From: Vladimir Kondratiev <wulf@cicgroup.ru> To: freebsd-multimedia@FreeBSD.org Subject: Re: ports/181909: multimedia/vlc: SegmentInfoCommon.h:43:17: error: unknown type name 'time_t' Message-ID: <201309082040.r88Ke0GR036600@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/181909; it has been noted by GNATS.
From: Vladimir Kondratiev <wulf@cicgroup.ru>
To: bug-followup@FreeBSD.org, ohartman@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--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201309082040.r88Ke0GR036600>
