-
-
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.
Support screens larger than 4096 pixels (update submodule)
Fixes: #3083
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule librfxcodec
updated
10 files
+1 −0 | configure.ac | |
+6 −10 | src/Makefile.am | |
+10 −4 | src/rfxencode.c | |
+3 −5 | src/rfxencode.h | |
+3 −3 | src/rfxencode_compose.c | |
+29 −0 | src/sse2/Makefile.am | |
+2 −2 | src/sse2/rfxencode_diff_count_sse2.c | |
+0 −0 | src/sse2/rfxencode_diff_count_sse2.h | |
+0 −0 | src/sse2/rfxencode_dwt_shift_rem_sse2.c | |
+0 −0 | src/sse2/rfxencode_dwt_shift_rem_sse2.h |