add png to bench files
git-svn-id: http://skia.googlecode.com/svn/trunk@86 2bbb7eff-a529-9590-31e7-b0007b416f81
This commit is contained in:
parent
3c2b7e8b5e
commit
a21ff6f6cf
2
Makefile
2
Makefile
@ -73,7 +73,7 @@ BENCH_SRCS := $(addprefix bench/, $(BENCH_SRCS))
|
|||||||
|
|
||||||
# add any optional codecs for this app
|
# add any optional codecs for this app
|
||||||
ifneq ($(SKIA_BUILD_FOR),mac)
|
ifneq ($(SKIA_BUILD_FOR),mac)
|
||||||
# BENCH_SRCS += src/images/SkImageDecoder_libpng.cpp
|
BENCH_SRCS += src/images/SkImageDecoder_libpng.cpp
|
||||||
endif
|
endif
|
||||||
|
|
||||||
BENCH_OBJS := $(BENCH_SRCS:.cpp=.o)
|
BENCH_OBJS := $(BENCH_SRCS:.cpp=.o)
|
||||||
|
Loading…
Reference in New Issue
Block a user