diff options
| author | evpobr <evpobr@gmail.com> | 2019-05-23 23:27:54 +0500 |
|---|---|---|
| committer | Victor Romero <romerosanchezv@gmail.com> | 2019-05-23 11:27:54 -0700 |
| commit | 25d80a74d67fac97226ecf2a7edea644bdebd97a (patch) | |
| tree | 3acf58b0c0ffe39327af48ffaefca89283d95170 /ports/ebml/export-endofstreamx.patch | |
| parent | 17623739df4796353d5eb4c9a2ec513c679022e0 (diff) | |
| download | vcpkg-25d80a74d67fac97226ecf2a7edea644bdebd97a.tar.gz vcpkg-25d80a74d67fac97226ecf2a7edea644bdebd97a.zip | |
[ebml, matroska] Updates (#6526)
* [ebml, matroska] Updates
* ebml: use standard CMake project
* ebml: no patches needed (merged in upstream)
* matroska: update to 1.5.0
* matroska: use standard CMake project
Breaking changes from upstream:
* ebml target is now in EBML:: namespace
* matroska target is now in Matroska:: namespace
* Fix configuration on Unix platforms
* [matroska] Bump CONTROL version
* [ebml] Export targets to share/EBML to match casing in find_package()
* [matroska] Fix on Linux and MacOS
Diffstat (limited to 'ports/ebml/export-endofstreamx.patch')
| -rw-r--r-- | ports/ebml/export-endofstreamx.patch | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/ports/ebml/export-endofstreamx.patch b/ports/ebml/export-endofstreamx.patch deleted file mode 100644 index f89035230..000000000 --- a/ports/ebml/export-endofstreamx.patch +++ /dev/null @@ -1,25 +0,0 @@ -From d880a71996ba50c18d2e2d33ce4018b22566d9f4 Mon Sep 17 00:00:00 2001 -From: evpobr <evpobr@gmail.com> -Date: Sat, 17 Feb 2018 12:39:27 +0500 -Subject: [PATCH] Export SafeReadIOCallback::EndOfStreamX class from DLL - ---- - ebml/SafeReadIOCallback.h | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/ebml/SafeReadIOCallback.h b/ebml/SafeReadIOCallback.h -index ea96727..3d9de07 100644 ---- a/ebml/SafeReadIOCallback.h -+++ b/ebml/SafeReadIOCallback.h -@@ -45,7 +45,7 @@ class EBML_DLL_API EbmlBinary; - - class EBML_DLL_API SafeReadIOCallback { - public: -- class EndOfStreamX { -+ class EBML_DLL_API EndOfStreamX { - public: - size_t mMissingBytes; - EndOfStreamX(std::size_t MissingBytes); --- -2.15.1.windows.2 - |
