1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-24 00:45:52 +00:00

Fix build on 8.4/9.X with GCC 4.8.

Patch backported from the beta branch on github.

Submitted by:	package builder via antoine
This commit is contained in:
Rene Ladan 2014-10-06 20:44:52 +00:00
parent 63a3c19fc9
commit b2e3aba27d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=370225

View File

@ -96,3 +96,14 @@
#include <jpeglib.h>
#elif defined(USE_LIBJPEG_TURBO)
#include "third_party/libjpeg_turbo/jpeglib.h"
--- media/cast/logging/encoding_event_subscriber.cc.orig 2014-10-02 19:39:47.000000000 +0200
+++ media/cast/logging/encoding_event_subscriber.cc 2014-10-06 10:38:30.000000000 +0200
@@ -4,6 +4,7 @@
#include "media/cast/logging/encoding_event_subscriber.h"
+#include <algorithm>
#include <cstring>
#include <utility>