Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Static libjpeg #3489

Open
ilya-fedin opened this issue Apr 16, 2024 · 0 comments
Open

Static libjpeg #3489

ilya-fedin opened this issue Apr 16, 2024 · 0 comments
Labels
jpegli Related to jpegli, also cjpegli and djpegli unrelated to 1.0 Things that need not be done before the 1.0 version milestone

Comments

@ilya-fedin
Copy link

Is your feature request related to a problem? Please describe.
Would be really nice two variants of libjpeg in build output - both shared and static

Describe the solution you'd like
Some add_library(jpeg-static STATIC ...)

Describe alternatives you've considered
I do

cp build/lib/libjpegli-static.a $DESTDIR/usr/local/lib64/libjpeg.a
ar rcs $DESTDIR/usr/local/lib64/libjpeg.a build/lib/CMakeFiles/jpegli-libjpeg-obj.dir/jpegli/libjpeg_wrapper.cc.o

right now which is not really convenient or portable...

@mo271 mo271 added unrelated to 1.0 Things that need not be done before the 1.0 version milestone jpegli Related to jpegli, also cjpegli and djpegli labels Apr 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
jpegli Related to jpegli, also cjpegli and djpegli unrelated to 1.0 Things that need not be done before the 1.0 version milestone
Projects
None yet
Development

No branches or pull requests

2 participants