vlc/contrib
Martin Storsjö 553ed5fa94 contrib: protobuf: Apply a patch to avoid relying on transitive includes
This fixes build breakage with latest nightly libc++. Since
2e2f3158c6,
fewer libc++ headers transitively include <algorithm>.

This protobuf header uses std::fill unconditionally, which is a
function provided by <algorithm>. (The surrounding code comment was
wrong/outdated - <algorithm> was needed on all platforms.)

The same seems to have been fixed in upstream protobuf as part
of a larger code sync:
ab4585a695 (diff-5cc9e8e347380b7bbc8fac8c06dc98100f3b5c076fcffa177e8ce11e753d4f7c)

(cherry picked from commit 5f6776416e)
2022-02-19 17:23:58 +02:00
..
src contrib: protobuf: Apply a patch to avoid relying on transitive includes 2022-02-19 17:23:58 +02:00
tarballs contrib: update .gitignore 2017-02-21 22:02:47 +02:00
.gitignore contrib: Ignore bz2 prebuilt contribs 2017-11-16 19:36:38 +01:00
bootstrap contrib: fix architecture handling for macOS 2020-12-03 07:02:10 +01:00