-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update submodules to their release tag head commit
- Loading branch information
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
Submodule libpainter
updated
8 files
+1 −1 | Makefile.am | |
+4 −1 | configure.ac | |
+67 −0 | m4/ax_append_compile_flags.m4 | |
+71 −0 | m4/ax_append_flag.m4 | |
+122 −0 | m4/ax_cflags_warn_all.m4 | |
+74 −0 | m4/ax_check_compile_flag.m4 | |
+37 −0 | m4/ax_require_defined.m4 | |
+0 −0 | readme.txt |
Submodule librfxcodec
updated
30 files
+4 −1 | configure.ac | |
+67 −0 | m4/ax_append_compile_flags.m4 | |
+71 −0 | m4/ax_append_flag.m4 | |
+122 −0 | m4/ax_cflags_warn_all.m4 | |
+74 −0 | m4/ax_check_compile_flag.m4 | |
+37 −0 | m4/ax_require_defined.m4 | |
+1 −1 | src/Makefile.am | |
+2 −1 | src/amd64/Makefile.am | |
+2 −14 | src/amd64/cpuid_amd64.asm | |
+1 −13 | src/amd64/rfxcodec_encode_dwt_shift_amd64_sse2.asm | |
+1 −13 | src/amd64/rfxcodec_encode_dwt_shift_amd64_sse41.asm | |
+51 −0 | src/common.asm | |
+1 −1 | src/rfxcommon.h | |
+1 −1 | src/rfxcompose.c | |
+1 −1 | src/rfxcompose.h | |
+1 −1 | src/rfxencode.c | |
+1 −1 | src/rfxencode_alpha.c | |
+1 −0 | src/rfxencode_diff_rlgr1.c | |
+1 −0 | src/rfxencode_diff_rlgr3.c | |
+1 −1 | src/rfxencode_dwt.c | |
+1 −1 | src/rfxencode_dwt.h | |
+1 −1 | src/rfxencode_quantization.c | |
+1 −1 | src/rfxencode_tile.c | |
+1 −1 | src/rfxencode_tile.h | |
+2 −1 | src/x86/Makefile.am | |
+2 −14 | src/x86/cpuid_x86.asm | |
+1 −13 | src/x86/rfxcodec_encode_dwt_shift_x86_sse2.asm | |
+1 −13 | src/x86/rfxcodec_encode_dwt_shift_x86_sse41.asm | |
+1 −1 | tests/rfxcodectest.c | |
+4 −0 | tests/rfxencode.c |