remove libwebpdspdecode dep on libwebpdsp_avx2

it's encode only, libwebpdecoder doesn't need the symbols

Change-Id: I5633dd2017a96e60068ae5384f1ba27898d29f83
This commit is contained in:
James Zern 2014-06-03 00:05:56 -07:00
parent 479ffd8b5d
commit 61362db57c

View File

@ -57,5 +57,4 @@ if BUILD_LIBWEBPDECODER
libwebpdspdecode_la_CPPFLAGS = $(libwebpdsp_la_CPPFLAGS)
libwebpdspdecode_la_LDFLAGS = $(libwebpdsp_la_LDFLAGS)
libwebpdspdecode_la_LIBADD = libwebpdsp_avx2.la
endif