teasame / webp

Automatically exported from code.google.com/p/webp
0 stars 0 forks source link

Android.mk invalid source files in LOCAL_SRC_FILES #93

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Download libwebp-0.1.3.tar.gz
2. Open Android.mk file

What is the expected output? What do you see instead?
Listed in LOCAL_SRC_FILES are the files "src/enc/dsp.c" and "src/dec/dsp.c" but 
these files are not present in the enc or dec folders.  

Additionally, "src/enc/cost.c" is not listed.

What version of the product are you using? On what operating system?
libwebp-0.1.3

Please provide any additional information below.
Once dsp.c files are removed and cost.c added to Android.mk, static library is 
built correctly.

Original issue reported on code.google.com by tblis...@gmail.com on 19 Oct 2011 at 1:10

GoogleCodeExporter commented 9 years ago
I posted http://gerrit.chromium.org/gerrit/10389 which should address the 
points mentioned.

Original comment by jz...@google.com on 20 Oct 2011 at 3:06

GoogleCodeExporter commented 9 years ago
This has been submitted.

Original comment by jz...@google.com on 21 Oct 2011 at 12:27