Skip to content

Commit

Permalink
[cblitbuffer] Supports screen inverse and rotation
Browse files Browse the repository at this point in the history
  • Loading branch information
chrox authored and Frenzie committed Nov 5, 2017
1 parent 780cca1 commit 981bd40
Show file tree
Hide file tree
Showing 5 changed files with 256 additions and 133 deletions.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -72,10 +72,10 @@ $(OUTPUT_DIR)/data:

libs: \
$(if $(or $(SDL),$(ANDROID)),,$(OUTPUT_DIR)/libs/libkoreader-input.so) \
$(if $(or $(SDL),$(ANDROID)),$(OUTPUT_DIR)/libs/libblitbuffer.so,) \
$(OUTPUT_DIR)/libs/libkoreader-lfs.so \
$(OUTPUT_DIR)/libs/libkoreader-djvu.so \
$(OUTPUT_DIR)/libs/libkoreader-cre.so \
$(OUTPUT_DIR)/libs/libblitbuffer.so \
$(OUTPUT_DIR)/libs/libwrap-mupdf.so

$(OUTPUT_DIR)/libs/libkoreader-input.so: input/*.c input/*.h $(if $(KINDLE),$(POPEN_NOSHELL_LIB),)
Expand Down

0 comments on commit 981bd40

Please sign in to comment.