Home
last modified time | relevance | path

Searched refs:libs (Results 1 – 25 of 1181) sorted by relevance

12345678910>>...48

/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-devtools/iptraf/iptraf-ng/
H A Dncurses-config.patch12 - NCURSES_LDFLAGS := $(shell ncurses5-config --libs 2>/dev/null)
14 + NCURSES_LDFLAGS := $(shell pkg-config ncurses --libs 2>/dev/null)
23 - NCURSES_LDFLAGS := $(shell ncursesw5-config --libs 2>/dev/null)
25 + NCURSES_LDFLAGS := $(shell pkg-config ncursesw --libs 2>/dev/null)
34 - NCURSES_LDFLAGS := $(shell ncurses6-config --libs 2>/dev/null)
36 + NCURSES_LDFLAGS := $(shell pkg-config ncurses6 --libs 2>/dev/null)
45 - NCURSES_LDFLAGS := $(shell ncursesw6-config --libs 2>/dev/null)
47 + NCURSES_LDFLAGS := $(shell pkg-config ncursesw --libs 2>/dev/null)
55 - ifneq ($(shell ncursesw6-config --libs 2>/dev/null),)
57 - NCURSES_LDFLAGS := $(shell ncursesw6-config --libs 2>/dev/null)
[all …]
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-core/libxml/libxml++/
H A Dlibxml++_ptest.patch28 + dom_build/.libs/dom_build \
29 + dom_parse_entities/.libs/dom_parse_entities \
30 + dom_parser/.libs/dom_parser \
31 + dom_parser_raw/.libs/dom_parser_raw \
32 + dom_read_write/.libs/dom_read_write \
33 + dom_xinclude/.libs/dom_xinclude \
34 + dom_xpath/.libs/dom_xpath \
35 + dtdvalidation/.libs/dtdvalidation \
36 + import_node/.libs/import_node \
37 + sax_exception/.libs/sax_exception \
[all …]
/OK3568_Linux_fs/buildroot/package/fbv/
H A D0002-cross.patch16 -cc 2>>./config.log >>./config.log -o \$\$~test \$\$~test.c -lungif $libs
17 +$CC 2>>./config.log >>./config.log -o \$\$~test \$\$~test.c -lungif $libs
19 libs="-lungif $libs" ; ungif="yes"
22 - cc 2>>./config.log >>./config.log -o \$\$~test \$\$~test.c -lungif -lX11 -L$xdir/lib $libs
23 + $CC 2>>./config.log >>./config.log -o \$\$~test \$\$~test.c -lungif -lX11 -L$xdir/lib $libs
25 libs="-lungif -lX11 -L$xdir/lib $libs" ; ungif="yes"
31 -cc 2>>./config.log >>./config.log -o \$\$~test \$\$~test.c -ljpeg $libs
32 +$CC 2>>./config.log >>./config.log -o \$\$~test \$\$~test.c -ljpeg $libs
34 libs="-ljpeg $libs" ; jpeg="yes"
40 -cc 2>>./config.log >>./config.log -o \$\$~test \$\$~test.c -lpng $libs
[all …]
/OK3568_Linux_fs/yocto/poky/meta/recipes-extended/groff/files/
H A D0001-Include-config.h.patch13 In file included from src/libs/libgroff/assert.cpp:20:
30 src/libs/libgroff/assert.cpp | 4 +
31 src/libs/libgroff/curtime.cpp | 4 +
32 src/libs/libgroff/device.cpp | 4 +
33 src/libs/libgroff/error.cpp | 4 +
34 src/libs/libgroff/fatal.cpp | 4 +
35 src/libs/libgroff/string.cpp | 4 +
36 src/libs/libgroff/strsave.cpp | 4 +
45 diff --git a/src/libs/libgroff/assert.cpp b/src/libs/libgroff/assert.cpp
47 --- a/src/libs/libgroff/assert.cpp
[all …]
/OK3568_Linux_fs/yocto/meta-browser/meta-chromium/recipes-browser/chromium/
H A Dchromium.inc100 …file://${S}/third_party/android_deps/libs/android_arch_core_common/LICENSE;md5=3b83ef96387f14655fc…
101 …file://${S}/third_party/android_deps/libs/android_arch_core_runtime/LICENSE;md5=3b83ef96387f14655f…
102 …file://${S}/third_party/android_deps/libs/android_arch_lifecycle_common/LICENSE;md5=3b83ef96387f14…
103 …file://${S}/third_party/android_deps/libs/android_arch_lifecycle_common_java8/LICENSE;md5=3b83ef96…
104 …file://${S}/third_party/android_deps/libs/android_arch_lifecycle_livedata/LICENSE;md5=3b83ef96387f…
105 …file://${S}/third_party/android_deps/libs/android_arch_lifecycle_livedata_core/LICENSE;md5=3b83ef9…
106 …file://${S}/third_party/android_deps/libs/android_arch_lifecycle_runtime/LICENSE;md5=3b83ef96387f1…
107 …file://${S}/third_party/android_deps/libs/android_arch_lifecycle_viewmodel/LICENSE;md5=3b83ef96387…
108 …file://${S}/third_party/android_deps/libs/com_android_support_animated_vector_drawable/LICENSE;md5…
109 …file://${S}/third_party/android_deps/libs/com_android_support_appcompat_v7/LICENSE;md5=3b83ef96387…
[all …]
/OK3568_Linux_fs/yocto/poky/meta/recipes-support/apr/apr/
H A D0007-explicitly-link-libapr-against-phtread-to-make-gold-.patch10 | ../.libs/libapr-1.so: error: undefined reference to 'pthread_mutexattr_init'
11 | ../.libs/libapr-1.so: error: undefined reference to 'pthread_mutexattr_settype'
12 | ../.libs/libapr-1.so: error: undefined reference to 'pthread_mutexattr_destroy'
13 | ../.libs/libapr-1.so: error: undefined reference to 'pthread_mutex_trylock'
14 | ../.libs/libapr-1.so: error: undefined reference to 'pthread_attr_setstacksize'
15 | ../.libs/libapr-1.so: error: undefined reference to 'pthread_create'
16 | ../.libs/libapr-1.so: error: undefined reference to 'pthread_join'
17 | ../.libs/libapr-1.so: error: undefined reference to 'pthread_detach'
18 | ../.libs/libapr-1.so: error: undefined reference to 'pthread_sigmask'
19 | ../.libs/libapr-1.so: error: undefined reference to 'pthread_once'
[all …]
/OK3568_Linux_fs/buildroot/package/xinetd/
H A D0001-ar.patch9 --- a/libs/src/misc/Makefile.in
10 +++ b/libs/src/misc/Makefile.in
20 --- a/libs/src/portable/Makefile.in
21 +++ b/libs/src/portable/Makefile.in
31 --- a/libs/src/pset/Makefile.in
32 +++ b/libs/src/pset/Makefile.in
42 --- a/libs/src/sio/Makefile.in
43 +++ b/libs/src/sio/Makefile.in
53 --- a/libs/src/str/Makefile.in
54 +++ b/libs/src/str/Makefile.in
[all …]
/OK3568_Linux_fs/yocto/meta-rockchip/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.22/
H A D0012-glupload-Support-NV12_10LE40-and-NV12-NV12_10LE40-NV.patch13 gst-libs/gst/gl/egl/gsteglimage.c | 49 ++++++++++++++++++++++++++-----
14 gst-libs/gst/gl/egl/gsteglimage.h | 44 +++++++++++++++++++++++++++
15 gst-libs/gst/gl/gstglmemory.h | 2 +-
16 gst-libs/gst/gl/gstglupload.c | 15 +++++++++-
17 gst-libs/gst/gl/meson.build | 5 +++-
20 diff --git a/gst-libs/gst/gl/egl/gsteglimage.c b/gst-libs/gst/gl/egl/gsteglimage.c
22 --- a/gst-libs/gst/gl/egl/gsteglimage.c
23 +++ b/gst-libs/gst/gl/egl/gsteglimage.c
138 diff --git a/gst-libs/gst/gl/egl/gsteglimage.h b/gst-libs/gst/gl/egl/gsteglimage.h
140 --- a/gst-libs/gst/gl/egl/gsteglimage.h
[all …]
/OK3568_Linux_fs/buildroot/package/gstreamer1/gst1-plugins-base/
H A D0012-glupload-Support-NV12_10LE40-and-NV12-NV12_10LE40-NV.patch13 gst-libs/gst/gl/egl/gsteglimage.c | 49 ++++++++++++++++++++++++++-----
14 gst-libs/gst/gl/egl/gsteglimage.h | 44 +++++++++++++++++++++++++++
15 gst-libs/gst/gl/gstglmemory.h | 2 +-
16 gst-libs/gst/gl/gstglupload.c | 15 +++++++++-
17 gst-libs/gst/gl/meson.build | 5 +++-
20 diff --git a/gst-libs/gst/gl/egl/gsteglimage.c b/gst-libs/gst/gl/egl/gsteglimage.c
22 --- a/gst-libs/gst/gl/egl/gsteglimage.c
23 +++ b/gst-libs/gst/gl/egl/gsteglimage.c
138 diff --git a/gst-libs/gst/gl/egl/gsteglimage.h b/gst-libs/gst/gl/egl/gsteglimage.h
140 --- a/gst-libs/gst/gl/egl/gsteglimage.h
[all …]
H A D0021-gst-libs-Support-NV16_10LE40.patch4 Subject: [PATCH] gst-libs: Support NV16_10LE40
8 gst-libs/gst/video/video-converter.c | 3 +
9 gst-libs/gst/video/video-format.c | 161 +++++++++++++++++++++++++++
10 gst-libs/gst/video/video-format.h | 6 +-
11 gst-libs/gst/video/video-info.c | 7 ++
12 tests/check/libs/video.c | 1 +
15 diff --git a/gst-libs/gst/video/video-converter.c b/gst-libs/gst/video/video-converter.c
17 --- a/gst-libs/gst/video/video-converter.c
18 +++ b/gst-libs/gst/video/video-converter.c
36 diff --git a/gst-libs/gst/video/video-format.c b/gst-libs/gst/video/video-format.c
[all …]
/OK3568_Linux_fs/yocto/meta-rockchip/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.20/
H A D0012-glupload-Support-NV12_10LE40-and-NV12-NV12_10LE40-NV.patch13 gst-libs/gst/gl/egl/gsteglimage.c | 49 ++++++++++++++++++++++++++-----
14 gst-libs/gst/gl/egl/gsteglimage.h | 44 +++++++++++++++++++++++++++
15 gst-libs/gst/gl/gstglmemory.h | 2 +-
16 gst-libs/gst/gl/gstglupload.c | 15 +++++++++-
17 gst-libs/gst/gl/meson.build | 5 +++-
20 diff --git a/gst-libs/gst/gl/egl/gsteglimage.c b/gst-libs/gst/gl/egl/gsteglimage.c
22 --- a/gst-libs/gst/gl/egl/gsteglimage.c
23 +++ b/gst-libs/gst/gl/egl/gsteglimage.c
138 diff --git a/gst-libs/gst/gl/egl/gsteglimage.h b/gst-libs/gst/gl/egl/gsteglimage.h
140 --- a/gst-libs/gst/gl/egl/gsteglimage.h
[all …]
/OK3568_Linux_fs/buildroot/package/libroxml/
H A D0001-src-roxml_mem.h-add-missing-extern.patch10libs/libroxml_la-roxml_core.o src/.libs/libroxml_la-roxml_parser.o src/.libs/libroxml_la-roxml_buf…
11 …oot-linux-gnueabihf/bin/ld: src/.libs/libroxml_la-roxml_mem.o:(.data+0x0): multiple definition of …
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/smarty/
H A Dsmarty_4.1.0.bb17 install -d ${D}${datadir}/php/smarty3/libs/
18 install -m 0644 ${S}/libs/*.php ${D}${datadir}/php/smarty3/libs/
20 install -d ${D}${datadir}/php/smarty3/libs/plugins
21 install -m 0644 ${S}/libs/plugins/*.php ${D}${datadir}/php/smarty3/libs/plugins/
23 install -d ${D}${datadir}/php/smarty3/libs/sysplugins
24 install -m 0644 ${S}/libs/sysplugins/*.php ${D}${datadir}/php/smarty3/libs/sysplugins/
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/OpenCV-android-sdk/sdk/native/jni/abi-arm64-v8a/
H A DOpenCVModules-release.cmake12 IMPORTED_LOCATION_RELEASE "${_IMPORT_PREFIX}/sdk/native/3rdparty/libs/arm64-v8a/libcpufeatures.a"
16 list(APPEND _IMPORT_CHECK_FILES_FOR_libcpufeatures "${_IMPORT_PREFIX}/sdk/native/3rdparty/libs/arm6…
22 IMPORTED_LOCATION_RELEASE "${_IMPORT_PREFIX}/sdk/native/3rdparty/libs/arm64-v8a/libzlib.a"
26 list(APPEND _IMPORT_CHECK_FILES_FOR_zlib "${_IMPORT_PREFIX}/sdk/native/3rdparty/libs/arm64-v8a/libz…
32 …IMPORTED_LOCATION_RELEASE "${_IMPORT_PREFIX}/sdk/native/3rdparty/libs/arm64-v8a/liblibjpeg-turbo.a"
36 list(APPEND _IMPORT_CHECK_FILES_FOR_libjpeg-turbo "${_IMPORT_PREFIX}/sdk/native/3rdparty/libs/arm64…
42 IMPORTED_LOCATION_RELEASE "${_IMPORT_PREFIX}/sdk/native/3rdparty/libs/arm64-v8a/liblibtiff.a"
46 list(APPEND _IMPORT_CHECK_FILES_FOR_libtiff "${_IMPORT_PREFIX}/sdk/native/3rdparty/libs/arm64-v8a/l…
52 IMPORTED_LOCATION_RELEASE "${_IMPORT_PREFIX}/sdk/native/3rdparty/libs/arm64-v8a/liblibwebp.a"
56 list(APPEND _IMPORT_CHECK_FILES_FOR_libwebp "${_IMPORT_PREFIX}/sdk/native/3rdparty/libs/arm64-v8a/l…
[all …]
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/OpenCV-android-sdk/sdk/native/jni/abi-armeabi-v7a/
H A DOpenCVModules-release.cmake12 …IMPORTED_LOCATION_RELEASE "${_IMPORT_PREFIX}/sdk/native/3rdparty/libs/armeabi-v7a/libcpufeatures.a"
16 list(APPEND _IMPORT_CHECK_FILES_FOR_libcpufeatures "${_IMPORT_PREFIX}/sdk/native/3rdparty/libs/arme…
22 IMPORTED_LOCATION_RELEASE "${_IMPORT_PREFIX}/sdk/native/3rdparty/libs/armeabi-v7a/libzlib.a"
26 list(APPEND _IMPORT_CHECK_FILES_FOR_zlib "${_IMPORT_PREFIX}/sdk/native/3rdparty/libs/armeabi-v7a/li…
32 …IMPORTED_LOCATION_RELEASE "${_IMPORT_PREFIX}/sdk/native/3rdparty/libs/armeabi-v7a/liblibjpeg-turbo…
36 list(APPEND _IMPORT_CHECK_FILES_FOR_libjpeg-turbo "${_IMPORT_PREFIX}/sdk/native/3rdparty/libs/armea…
42 IMPORTED_LOCATION_RELEASE "${_IMPORT_PREFIX}/sdk/native/3rdparty/libs/armeabi-v7a/liblibtiff.a"
46 list(APPEND _IMPORT_CHECK_FILES_FOR_libtiff "${_IMPORT_PREFIX}/sdk/native/3rdparty/libs/armeabi-v7a…
52 IMPORTED_LOCATION_RELEASE "${_IMPORT_PREFIX}/sdk/native/3rdparty/libs/armeabi-v7a/liblibwebp.a"
56 list(APPEND _IMPORT_CHECK_FILES_FOR_libwebp "${_IMPORT_PREFIX}/sdk/native/3rdparty/libs/armeabi-v7a…
[all …]
/OK3568_Linux_fs/buildroot/package/gstreamer1/gst1-plugins-bad/
H A D0026-waylandsink-Support-NV12_10LE40-and-NV12-NV12_10LE40.patch14 gst-libs/gst/wayland/gstwldisplay.c | 37 ++++++++++-
15 gst-libs/gst/wayland/gstwldisplay.h | 6 ++
16 gst-libs/gst/wayland/gstwllinuxdmabuf.c | 26 +++++++-
17 gst-libs/gst/wayland/gstwlvideoformat.c | 1 +
18 gst-libs/gst/wayland/gstwlvideoformat.h | 44 +++++++++++++
19 gst-libs/gst/wayland/gstwlwindow.c | 50 +++++++++++---
20 gst-libs/gst/wayland/gstwlwindow.h | 4 ++
193 diff --git a/gst-libs/gst/wayland/gstwldisplay.c b/gst-libs/gst/wayland/gstwldisplay.c
195 --- a/gst-libs/gst/wayland/gstwldisplay.c
196 +++ b/gst-libs/gst/wayland/gstwldisplay.c
[all …]
H A D0032-waylandsink-Support-pointer-and-touch.patch10 gst-libs/gst/wayland/gstwldisplay.c | 293 ++++++++++++++++++++++++++++
11 gst-libs/gst/wayland/gstwldisplay.h | 4 +
12 gst-libs/gst/wayland/gstwlwindow.c | 17 ++
13 gst-libs/gst/wayland/gstwlwindow.h | 4 +
14 gst-libs/gst/wayland/meson.build | 7 +-
17 diff --git a/gst-libs/gst/wayland/gstwldisplay.c b/gst-libs/gst/wayland/gstwldisplay.c
19 --- a/gst-libs/gst/wayland/gstwldisplay.c
20 +++ b/gst-libs/gst/wayland/gstwldisplay.c
384 diff --git a/gst-libs/gst/wayland/gstwldisplay.h b/gst-libs/gst/wayland/gstwldisplay.h
386 --- a/gst-libs/gst/wayland/gstwldisplay.h
[all …]
H A D0023-waylandsink-Use-create_immed-to-create-dmabuf.patch10 gst-libs/gst/wayland/gstwldisplay.c | 2 +-
11 gst-libs/gst/wayland/gstwllinuxdmabuf.c | 60 ++-----------------------
14 diff --git a/gst-libs/gst/wayland/gstwldisplay.c b/gst-libs/gst/wayland/gstwldisplay.c
16 --- a/gst-libs/gst/wayland/gstwldisplay.c
17 +++ b/gst-libs/gst/wayland/gstwldisplay.c
27 diff --git a/gst-libs/gst/wayland/gstwllinuxdmabuf.c b/gst-libs/gst/wayland/gstwllinuxdmabuf.c
29 --- a/gst-libs/gst/wayland/gstwllinuxdmabuf.c
30 +++ b/gst-libs/gst/wayland/gstwllinuxdmabuf.c
/OK3568_Linux_fs/yocto/meta-rockchip/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.22/
H A D0026-waylandsink-Support-NV12_10LE40-and-NV12-NV12_10LE40.patch14 gst-libs/gst/wayland/gstwldisplay.c | 37 ++++++++++-
15 gst-libs/gst/wayland/gstwldisplay.h | 6 ++
16 gst-libs/gst/wayland/gstwllinuxdmabuf.c | 26 +++++++-
17 gst-libs/gst/wayland/gstwlvideoformat.c | 1 +
18 gst-libs/gst/wayland/gstwlvideoformat.h | 44 +++++++++++++
19 gst-libs/gst/wayland/gstwlwindow.c | 50 +++++++++++---
20 gst-libs/gst/wayland/gstwlwindow.h | 4 ++
193 diff --git a/gst-libs/gst/wayland/gstwldisplay.c b/gst-libs/gst/wayland/gstwldisplay.c
195 --- a/gst-libs/gst/wayland/gstwldisplay.c
196 +++ b/gst-libs/gst/wayland/gstwldisplay.c
[all …]
H A D0032-waylandsink-Support-pointer-and-touch.patch10 gst-libs/gst/wayland/gstwldisplay.c | 293 ++++++++++++++++++++++++++++
11 gst-libs/gst/wayland/gstwldisplay.h | 4 +
12 gst-libs/gst/wayland/gstwlwindow.c | 17 ++
13 gst-libs/gst/wayland/gstwlwindow.h | 4 +
14 gst-libs/gst/wayland/meson.build | 7 +-
17 diff --git a/gst-libs/gst/wayland/gstwldisplay.c b/gst-libs/gst/wayland/gstwldisplay.c
19 --- a/gst-libs/gst/wayland/gstwldisplay.c
20 +++ b/gst-libs/gst/wayland/gstwldisplay.c
384 diff --git a/gst-libs/gst/wayland/gstwldisplay.h b/gst-libs/gst/wayland/gstwldisplay.h
386 --- a/gst-libs/gst/wayland/gstwldisplay.h
[all …]
/OK3568_Linux_fs/external/linux-rga/
H A DAndroid.go105 var libs []string
109 libs = append(libs, "libgralloctypes")
110 libs = append(libs, "libhidlbase")
111 libs = append(libs, "android.hardware.graphics.mapper@4.0")
116 libs = append(libs, "libdrm")
119 return libs
/OK3568_Linux_fs/yocto/poky/meta/recipes-kernel/lttng/lttng-ust/
H A D0001-Makefile.am-update-rpath-link.patch10 ld: warning: liblttng-ust-common.so.1, needed by ../../../src/lib/lttng-ust/.libs/liblttng-ust.so, …
11 ld: warning: liblttng-ust-tracepoint.so.1, needed by ../../../src/lib/lttng-ust/.libs/liblttng-ust.…
28 …../src/lib/lttng-ust/.libs -Wl,-rpath="$(PWD)/../../src/lib/lttng-ust/.libs/" -Wl,-rpath-link="$(P…
29libs -Wl,-rpath="$(PWD)/../../src/lib/lttng-ust/.libs/" -Wl,-rpath-link="$(PWD)/../../src/lib/lttn…
/OK3568_Linux_fs/u-boot/scripts/
H A DMakefile.spl64 libs-y += $(if $(BOARDDIR),board/$(BOARDDIR)/)
65 libs-$(HAVE_VENDOR_COMMON_LIB) += board/$(VENDOR)/common/
69 libs-$(CONFIG_SPL_FRAMEWORK) += common/spl/
72 libs-$(CONFIG_SPL_FRAMEWORK) += common/spl/
75 libs-y += common/init/
79 libs-$(CONFIG_TPL_LIBCOMMON_SUPPORT) += common/ cmd/ env/
80 libs-$(CONFIG_TPL_LIBGENERIC_SUPPORT) += lib/
82 libs-$(CONFIG_SPL_LIBCOMMON_SUPPORT) += common/ cmd/ env/
83 libs-$(CONFIG_SPL_LIBGENERIC_SUPPORT) += lib/
86 libs-$(CONFIG_SPL_LIBDISK_SUPPORT) += disk/
[all …]
/OK3568_Linux_fs/buildroot/package/fstrcmp/
H A D0001-disable-rpath.patch5 lib/.libs/libfstrcmp.so: undefined reference to `__ctype_b_loc@GLIBC_2.3'
6 lib/.libs/libfstrcmp.so: undefined reference to `mbstowcs@GLIBC_2.2.5'
7 lib/.libs/libfstrcmp.so: undefined reference to `printf@GLIBC_2.2.5'
8 lib/.libs/libfstrcmp.so: undefined reference to `readlink@GLIBC_2.2.5'
9 lib/.libs/libfstrcmp.so: undefined reference to `malloc@GLIBC_2.2.5'
10 lib/.libs/libfstrcmp.so: undefined reference to `memcmp@GLIBC_2.2.5'
11 lib/.libs/libfstrcmp.so: undefined reference to `wcslen@GLIBC_2.2.5'
/OK3568_Linux_fs/buildroot/package/freeswitch/
H A Dfreeswitch.hash6 sha256 e8e26b16da14aa3e6ed5c22c705fdc1f45d6225fca461ea9f7314bcdfdc414c4 libs/apr/LICENSE
7 sha256 1eefb2ea1db0af7729a9d8a27d7c65d8a37ab185393f935b029aac6828ce315a libs/apr-util/LICENSE
8 sha256 8267348d5af1262c11d1a08de2f5afc77457755f1ac658627dd9acf71011d615 libs/libvpx/LICENSE
9 sha256 2b2cc1180c7e6988328ad2033b04b80117419db9c4c584918bbb3cfec7e9364f libs/libyuv/LICENSE
10 sha256 7d72a8aee2c4b1a084200487992a5d86f5df6b535727a14c1874918e99d24600 libs/libzrtp/src/zrtp_leg…
11 sha256 8e19d42a1eec9561f3f347253ddf2e385c55f392f025bb0fd41b88dbf38db5ae libs/srtp/LICENSE

12345678910>>...48