Skip to content
This repository was archived by the owner on Aug 31, 2021. It is now read-only.

Commit d657227

Browse files
committed
Fixed missing image_rep_sampled.cpp file in Android makefile.
1 parent d168146 commit d657227

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

engine/Android.mk

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ LOCAL_SRC_FILES := $(addprefix src/,\
2525
image_rep_encoded.cpp \
2626
image_rep_mutable.cpp \
2727
image_rep_densitymapped.cpp \
28+
image_rep_resampled.cpp \
2829
imagebitmap.cpp ipng.cpp irle.cpp itransform.cpp iutil.cpp \
2930
keywords.cpp line.cpp literal.cpp magnify.cpp mcerror.cpp \
3031
mcio.cpp mcstring.cpp mctheme.cpp newobj.cpp mcutility.cpp \

engine/Makefile.kernel

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@ SOURCES=\
1818
image_rep_encoded.cpp \
1919
image_rep_mutable.cpp \
2020
image_rep_densitymapped.cpp \
21-
imagebitmap.cpp ipng.cpp imagelist.cpp image_rep_resampled.cpp \
21+
image_rep_resampled.cpp \
22+
imagebitmap.cpp ipng.cpp imagelist.cpp \
2223
iquantization.cpp iquantize_new.cpp irle.cpp iutil.cpp \
2324
itransform.cpp keywords.cpp line.cpp literal.cpp magnify.cpp mcerror.cpp \
2425
mcio.cpp mcstring.cpp mctheme.cpp newobj.cpp \

0 commit comments

Comments
 (0)