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
+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}