-
-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule jpegoptim
updated
13 files
+47 −0 | .github/workflows/compile.yml | |
+65 −0 | CMake/Default.cmake | |
+12 −0 | CMake/DefaultCXX.cmake | |
+233 −0 | CMake/Utils.cmake | |
+445 −15 | CMakeLists.txt | |
+1 −1 | Makefile.in | |
+20 −11 | README | |
+5 −2 | config.h.in | |
+25 −0 | configure.in | |
+63 −45 | jpegoptim.c | |
+15 −0 | jpegoptim.manifest | |
+1 −0 | jpegsrc.c | |
+1 −1 | redhat/jpegoptim.spec |