@remotion/compositor-win32-x64-msvc 4.0.82 → 4.0.83

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/compositor.exe CHANGED
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
@@ -10,5 +10,5 @@ Requires:
10
10
  Requires.private: libswscale >= 7.5.100, libswresample >= 4.12.100, libavutil >= 58.29.100
11
11
  Conflicts:
12
12
  Libs: -L${libdir} -lavfilter
13
- Libs.private: -pthread -lm -latomic
13
+ Libs.private: -pthread -lm -latomic -L/home/circleci/project/zimg/remotion/lib -lzimg -lstdc++ -lm
14
14
  Cflags: -I${includedir}
@@ -0,0 +1,13 @@
1
+ prefix=/home/circleci/project/zimg/remotion
2
+ exec_prefix=${prefix}
3
+ libdir=${exec_prefix}/lib
4
+ includedir=${prefix}/include
5
+
6
+ Name: zimg
7
+ Description: Scaling, colorspace conversion, and dithering library
8
+ Version: 2.9.3
9
+
10
+ # If building a static library against a C++ runtime other than libstdc++,
11
+ # define STL_LIBS when running configure.
12
+ Libs: -L${libdir} -lzimg -lstdc++ -lm
13
+ Cflags: -I${includedir}
Binary file
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "4.0.82",
2
+ "version": "4.0.83",
3
3
  "name": "@remotion/compositor-win32-x64-msvc",
4
4
  "os": [
5
5
  "win32"