add e_player libs

This commit is contained in:
hyx 2026-02-05 13:42:05 +08:00
parent e7baf6e580
commit c570cb3124
36 changed files with 46 additions and 0 deletions

View File

@ -0,0 +1 @@
libcrypto.so.1.1

View File

@ -0,0 +1 @@
libcurl.so.4

View File

@ -0,0 +1 @@
libjpeg.so.62.4.0

View File

@ -0,0 +1 @@
libjpeg.so.62.4.0

View File

@ -0,0 +1 @@
libmosquitto.so.2.0.18

View File

@ -0,0 +1 @@
libmosquitto.so.2.0.18

View File

@ -0,0 +1 @@
libmosquittopp.so.2.0.18

View File

@ -0,0 +1 @@
libmosquittopp.so.2.0.18

View File

@ -0,0 +1 @@
libpng16.so.16

View File

@ -0,0 +1 @@
libpng16.so.16

View File

@ -0,0 +1 @@
libssl.so.1.1

View File

@ -0,0 +1 @@
libssp.so.0.0.0

View File

@ -0,0 +1 @@
libturbojpeg.so.0.3.0

View File

@ -0,0 +1 @@
libturbojpeg.so.0.3.0

View File

@ -0,0 +1,12 @@
prefix=/home/ss/work/openssl/arm-openssl
exec_prefix=${prefix}
libdir=${exec_prefix}/lib
includedir=${prefix}/include
enginesdir=${libdir}/engines-1.1
Name: OpenSSL-libcrypto
Description: OpenSSL cryptography library
Version: 1.1.1k
Libs: -L${libdir} -lcrypto
Libs.private: -ldl -pthread
Cflags: -I${includedir}

View File

@ -0,0 +1,11 @@
prefix=/home/ss/work/openssl/arm-openssl
exec_prefix=${prefix}
libdir=${exec_prefix}/lib
includedir=${prefix}/include
Name: OpenSSL-libssl
Description: Secure Sockets Layer and cryptography libraries
Version: 1.1.1k
Requires.private: libcrypto
Libs: -L${libdir} -lssl
Cflags: -I${includedir}

View File

@ -0,0 +1,9 @@
prefix=/home/ss/work/openssl/arm-openssl
exec_prefix=${prefix}
libdir=${exec_prefix}/lib
includedir=${prefix}/include
Name: OpenSSL
Description: Secure Sockets Layer and cryptography libraries and tools
Version: 1.1.1k
Requires: libssl libcrypto