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:
reed@android.com 2009-01-27 18:25:02 +00:00
parent 3c2b7e8b5e
commit a21ff6f6cf

View File

@ -73,7 +73,7 @@ BENCH_SRCS := $(addprefix bench/, $(BENCH_SRCS))
# add any optional codecs for this app
ifneq ($(SKIA_BUILD_FOR),mac)
# BENCH_SRCS += src/images/SkImageDecoder_libpng.cpp
BENCH_SRCS += src/images/SkImageDecoder_libpng.cpp
endif
BENCH_OBJS := $(BENCH_SRCS:.cpp=.o)