@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 +0 -0
- package/ffmpeg/remotion/bin/ffmpeg.exe +0 -0
- package/ffmpeg/remotion/bin/ffprobe.exe +0 -0
- package/ffmpeg/remotion/lib/avcodec-60.dll +0 -0
- package/ffmpeg/remotion/lib/avdevice-60.dll +0 -0
- package/ffmpeg/remotion/lib/avfilter-9.dll +0 -0
- package/ffmpeg/remotion/lib/avformat-60.dll +0 -0
- package/ffmpeg/remotion/lib/avutil-58.dll +0 -0
- package/ffmpeg/remotion/lib/pkgconfig/libavfilter.pc +1 -1
- package/ffmpeg/remotion/lib/pkgconfig/zimg.pc +13 -0
- package/ffmpeg/remotion/lib/swresample-4.dll +0 -0
- package/ffmpeg/remotion/lib/swscale-7.dll +0 -0
- package/package.json +1 -1
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
|
|
Binary file
|
package/package.json
CHANGED