From 9f870836dca19ef42ba7c00202d1437e0da878b4 Mon Sep 17 00:00:00 2001 From: weil Date: Tue, 16 Jan 2024 16:19:26 +0100 Subject: [PATCH] Add libopus windows build (x64) --- .gitattributes | 1 + 3rdparty/opus/include/config.h | 3 +++ 3rdparty/opus/include/opus.h | 3 +++ 3rdparty/opus/include/opus_custom.h | 3 +++ 3rdparty/opus/include/opus_defines.h | 3 +++ 3rdparty/opus/include/opus_multistream.h | 3 +++ 3rdparty/opus/include/opus_projection.h | 3 +++ 3rdparty/opus/include/opus_types.h | 3 +++ 3rdparty/opus/lib/opus.lib | 3 +++ 3rdparty/opus/license.txt | 3 +++ 10 files changed, 28 insertions(+) create mode 100644 .gitattributes create mode 100644 3rdparty/opus/include/config.h create mode 100644 3rdparty/opus/include/opus.h create mode 100644 3rdparty/opus/include/opus_custom.h create mode 100644 3rdparty/opus/include/opus_defines.h create mode 100644 3rdparty/opus/include/opus_multistream.h create mode 100644 3rdparty/opus/include/opus_projection.h create mode 100644 3rdparty/opus/include/opus_types.h create mode 100644 3rdparty/opus/lib/opus.lib create mode 100644 3rdparty/opus/license.txt diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..97bc01c --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +3rdparty/** filter=lfs diff=lfs merge=lfs -text diff --git a/3rdparty/opus/include/config.h b/3rdparty/opus/include/config.h new file mode 100644 index 0000000..9fb8ab9 --- /dev/null +++ b/3rdparty/opus/include/config.h @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:86b3dfdf92c538cd3271ba6b3fdb3ee2eb6fef4a283c57bbc6fddcdb15a2af80 +size 31 diff --git a/3rdparty/opus/include/opus.h b/3rdparty/opus/include/opus.h new file mode 100644 index 0000000..edf5d8c --- /dev/null +++ b/3rdparty/opus/include/opus.h @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e2fb62319cc3dd43404a486411e3a4a35fc3e22e819e353ccafe4862160337b +size 48453 diff --git a/3rdparty/opus/include/opus_custom.h b/3rdparty/opus/include/opus_custom.h new file mode 100644 index 0000000..7f43294 --- /dev/null +++ b/3rdparty/opus/include/opus_custom.h @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f80f26efecee7485faaf95735dbac148767af316d70a2c7bd1da666b71c6ce4f +size 14847 diff --git a/3rdparty/opus/include/opus_defines.h b/3rdparty/opus/include/opus_defines.h new file mode 100644 index 0000000..98b6900 --- /dev/null +++ b/3rdparty/opus/include/opus_defines.h @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da34456b793813cbe64761c649366c8a4d08d209dd2bdaf8ff3d4bfdd5f22dee +size 35369 diff --git a/3rdparty/opus/include/opus_multistream.h b/3rdparty/opus/include/opus_multistream.h new file mode 100644 index 0000000..d813f2e --- /dev/null +++ b/3rdparty/opus/include/opus_multistream.h @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1bf38c39dfdeef6eefdf504b585be4d4882c01e41c5a88c1249952b10a500ef8 +size 33539 diff --git a/3rdparty/opus/include/opus_projection.h b/3rdparty/opus/include/opus_projection.h new file mode 100644 index 0000000..6b6a475 --- /dev/null +++ b/3rdparty/opus/include/opus_projection.h @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a53752449f55b5f60679eab8fda96835102251aeefccf7c54256460d02747216 +size 28240 diff --git a/3rdparty/opus/include/opus_types.h b/3rdparty/opus/include/opus_types.h new file mode 100644 index 0000000..551a861 --- /dev/null +++ b/3rdparty/opus/include/opus_types.h @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:19cb301ea1eedbcbdbb5049363de061893bf11c20e505a657b69ce6ffa5b11fa +size 5157 diff --git a/3rdparty/opus/lib/opus.lib b/3rdparty/opus/lib/opus.lib new file mode 100644 index 0000000..a45eb51 --- /dev/null +++ b/3rdparty/opus/lib/opus.lib @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f53007099745cdcd8a25915c679afa8cbbbe02f66c2a463ec40f7298fb8eebd +size 1023096 diff --git a/3rdparty/opus/license.txt b/3rdparty/opus/license.txt new file mode 100644 index 0000000..9ef1e9e --- /dev/null +++ b/3rdparty/opus/license.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f9e5fd95e3e338b0c2959386c44f54d015d746fbec186cbe6fb1bb8a6f1b253 +size 21673