first commit

This commit is contained in:
2025-08-22 13:52:24 +08:00
commit 05a551d523
257 changed files with 49217 additions and 0 deletions
+1
View File
@@ -0,0 +1 @@
libavcodec.so.58.91.100
+1
View File
@@ -0,0 +1 @@
libavcodec.so.58.91.100
BIN
View File
Binary file not shown.
+1
View File
@@ -0,0 +1 @@
libavdevice.so.58.10.100
+1
View File
@@ -0,0 +1 @@
libavdevice.so.58.10.100
Binary file not shown.
+1
View File
@@ -0,0 +1 @@
libavfilter.so.7.85.100
+1
View File
@@ -0,0 +1 @@
libavfilter.so.7.85.100
BIN
View File
Binary file not shown.
+1
View File
@@ -0,0 +1 @@
libavformat.so.58.45.100
+1
View File
@@ -0,0 +1 @@
libavformat.so.58.45.100
Binary file not shown.
+1
View File
@@ -0,0 +1 @@
libavutil.so.56.51.100
+1
View File
@@ -0,0 +1 @@
libavutil.so.56.51.100
BIN
View File
Binary file not shown.
+1
View File
@@ -0,0 +1 @@
libswresample.so.3.7.100
+1
View File
@@ -0,0 +1 @@
libswresample.so.3.7.100
Binary file not shown.
+1
View File
@@ -0,0 +1 @@
libswscale.so.5.7.100
+1
View File
@@ -0,0 +1 @@
libswscale.so.5.7.100
BIN
View File
Binary file not shown.
+14
View File
@@ -0,0 +1,14 @@
prefix=./output
exec_prefix=${prefix}
libdir=./output/lib
includedir=./output/include
Name: libavcodec
Description: FFmpeg codec library
Version: 58.91.100
Requires:
Requires.private: libswresample >= 3.7.100, libavutil >= 56.51.100
Conflicts:
Libs: -L${libdir} -lavcodec
Libs.private: -pthread -lm
Cflags: -I${includedir}
+14
View File
@@ -0,0 +1,14 @@
prefix=./output
exec_prefix=${prefix}
libdir=./output/lib
includedir=./output/include
Name: libavdevice
Description: FFmpeg device handling library
Version: 58.10.100
Requires:
Requires.private: libavfilter >= 7.85.100, libswscale >= 5.7.100, libavformat >= 58.45.100, libavcodec >= 58.91.100, libswresample >= 3.7.100, libavutil >= 56.51.100
Conflicts:
Libs: -L${libdir} -lavdevice
Libs.private: -lm
Cflags: -I${includedir}
+14
View File
@@ -0,0 +1,14 @@
prefix=./output
exec_prefix=${prefix}
libdir=./output/lib
includedir=./output/include
Name: libavfilter
Description: FFmpeg audio/video filtering library
Version: 7.85.100
Requires:
Requires.private: libswscale >= 5.7.100, libavformat >= 58.45.100, libavcodec >= 58.91.100, libswresample >= 3.7.100, libavutil >= 56.51.100
Conflicts:
Libs: -L${libdir} -lavfilter
Libs.private: -pthread -lm
Cflags: -I${includedir}
+14
View File
@@ -0,0 +1,14 @@
prefix=./output
exec_prefix=${prefix}
libdir=./output/lib
includedir=./output/include
Name: libavformat
Description: FFmpeg container format library
Version: 58.45.100
Requires:
Requires.private: libavcodec >= 58.91.100, libswresample >= 3.7.100, libavutil >= 56.51.100
Conflicts:
Libs: -L${libdir} -lavformat
Libs.private: -lm
Cflags: -I${includedir}
+14
View File
@@ -0,0 +1,14 @@
prefix=./output
exec_prefix=${prefix}
libdir=./output/lib
includedir=./output/include
Name: libavutil
Description: FFmpeg utility library
Version: 56.51.100
Requires:
Requires.private:
Conflicts:
Libs: -L${libdir} -lavutil
Libs.private: -pthread -lm
Cflags: -I${includedir}
+14
View File
@@ -0,0 +1,14 @@
prefix=./output
exec_prefix=${prefix}
libdir=./output/lib
includedir=./output/include
Name: libswresample
Description: FFmpeg audio resampling library
Version: 3.7.100
Requires:
Requires.private: libavutil >= 56.51.100
Conflicts:
Libs: -L${libdir} -lswresample
Libs.private: -lm
Cflags: -I${includedir}
+14
View File
@@ -0,0 +1,14 @@
prefix=./output
exec_prefix=${prefix}
libdir=./output/lib
includedir=./output/include
Name: libswscale
Description: FFmpeg image rescaling library
Version: 5.7.100
Requires:
Requires.private: libavutil >= 56.51.100
Conflicts:
Libs: -L${libdir} -lswscale
Libs.private: -lm
Cflags: -I${includedir}