From 4819cf261cadeade96bb3cb8143d62d52e60f1d1 Mon Sep 17 00:00:00 2001 From: Lock l00p Date: Fri, 29 Sep 2023 22:04:10 +0000 Subject: [PATCH] add libjpeg --- .../emscripten/jpeg/{ => lib}/libjpeg.a | Bin misc/builddeps/emscripten/jpeg/lib/libjpeg.la | 41 ++++++++++++++++++ 2 files changed, 41 insertions(+) rename misc/builddeps/emscripten/jpeg/{ => lib}/libjpeg.a (100%) create mode 100755 misc/builddeps/emscripten/jpeg/lib/libjpeg.la diff --git a/misc/builddeps/emscripten/jpeg/libjpeg.a b/misc/builddeps/emscripten/jpeg/lib/libjpeg.a similarity index 100% rename from misc/builddeps/emscripten/jpeg/libjpeg.a rename to misc/builddeps/emscripten/jpeg/lib/libjpeg.a diff --git a/misc/builddeps/emscripten/jpeg/lib/libjpeg.la b/misc/builddeps/emscripten/jpeg/lib/libjpeg.la new file mode 100755 index 00000000..ac8ef61f --- /dev/null +++ b/misc/builddeps/emscripten/jpeg/lib/libjpeg.la @@ -0,0 +1,41 @@ +# libjpeg.la - a libtool library file +# Generated by ltmain.sh (GNU libtool) 2.2.6b +# +# Please DO NOT delete this file! +# It is necessary for linking the library. + +# The name that we can dlopen(3). +dlname='' + +# Names of this library. +library_names='' + +# The name of the static archive. +old_library='libjpeg.a' + +# Linker flags that can not go in dependency_libs. +inherited_linker_flags='' + +# Libraries that this one depends upon. +dependency_libs='' + +# Names of additional weak libraries provided by this library +weak_library_names='' + +# Version information for libjpeg. +current=8 +age=0 +revision=2 + +# Is this an already installed library? +installed=yes + +# Should we warn about portability when linking against -modules? +shouldnotlink=no + +# Files to dlopen/dlpreopen +dlopen='' +dlpreopen='' + +# Directory that this library needs to be installed in: +libdir='/tmp/j/lib' -- 2.39.2