small icons with a DELL XPS 13 4K
I have no trouble, it's just that made an installer on Windows for dependencies of a framework, and I only need the library. So I have to remove by hand in my scripts the binaries (i need headers, not only the lib). Not a big deal, though.
make src/libmpg123/libmpg123.la install still build the exe
i'll see if make src/libmpg123/libmpg123.la is sufficient for me. If so, i'll let you inform thank you Vincent Torri
add an option to build only the library
some d2d C functions like GetPixelSize and GetPixelFormat seg fault
on Windows, _WIN32_WINNT is set unconditionnally
I use my own package installer for Windows and unfortunately, running the autotools leads to an error i was not able to fix. I you provide another build system (meson for example which is a LOT faster than autotools, especially on Windows), then no problem. Otherwise, i'll use the current release
hello ho, indeed the git has the fix. Not the latest release. Maybe a new release is necessary (last one is 4 years ago)
can not compile djvulibre on Windows (MSYS2 + mingw-w64)
invalid, they are actually defined
missing FLT_EPSILON and DBL_EPSILON in float.h
add autogen.sh and fill a bit README
add pkg-config file
improve autotools (deprecated macros, quotation...
delete files installed by autotools
rename deprecated configure.in to configure.ac
Hello in the SDK, file 7zIn.c, lines 1152-1153, I can see : if (nextHeaderOffset...
Hello is there a reason why you use only autoconf and libtool, and not automake ?...