aboutsummaryrefslogtreecommitdiff
path: root/ports/avcpp/0001-remove-problematic-compound-literal.patch
diff options
context:
space:
mode:
authorCharlie Barto <chbarto@microsoft.com>2021-07-08 11:04:14 -0700
committerGitHub <noreply@github.com>2021-07-08 11:04:14 -0700
commit1559315ea69718224345930cbf435e9a24311f2c (patch)
tree4a6a13364429a466a87097704e5fd85d6d55425c /ports/avcpp/0001-remove-problematic-compound-literal.patch
parent9b96f7fce0904fc3d625991464199c4a88903b86 (diff)
downloadvcpkg-1559315ea69718224345930cbf435e9a24311f2c.tar.gz
vcpkg-1559315ea69718224345930cbf435e9a24311f2c.zip
[ avcpp ] Update version (#18436)
* remove avcpp patch that was accepted upstream. revert port version * update versions
Diffstat (limited to 'ports/avcpp/0001-remove-problematic-compound-literal.patch')
-rw-r--r--ports/avcpp/0001-remove-problematic-compound-literal.patch14
1 files changed, 0 insertions, 14 deletions
diff --git a/ports/avcpp/0001-remove-problematic-compound-literal.patch b/ports/avcpp/0001-remove-problematic-compound-literal.patch
deleted file mode 100644
index aa6c58cc2..000000000
--- a/ports/avcpp/0001-remove-problematic-compound-literal.patch
+++ /dev/null
@@ -1,14 +0,0 @@
-diff --git a/src/avutils.h b/src/avutils.h
-index 29c4ae0..3bfaf82 100644
---- a/src/avutils.h
-+++ b/src/avutils.h
-@@ -42,7 +42,7 @@ namespace av {
- // Basic FFmpeg constants
- constexpr auto NoPts = static_cast<int64_t>(AV_NOPTS_VALUE);
- constexpr auto TimeBase = static_cast<int>(AV_TIME_BASE);
--constexpr auto TimeBaseQ = static_cast<AVRational>(AV_TIME_BASE_Q);
-+constexpr auto TimeBaseQ = AVRational{1, AV_TIME_BASE};
-
-
- template<typename R, typename T>
-