Fixed few nits in the build files.

Fixed the nits from last change (Provide an option to build decoder
library).

Change-Id: I7d8675b8156dc63cf21ef64810722552e7fb59f6
This commit is contained in:
Vikas Arora
2013-01-23 13:20:56 -08:00
parent 9161be863d
commit a941a3463e
3 changed files with 2 additions and 4 deletions

View File

@ -1,5 +1,4 @@
SUBDIRS = dec enc dsp utils
if WANT_MUX
SUBDIRS += mux
endif
@ -46,7 +45,7 @@ if BUILD_LIBWEBPDECODER
libwebpdecoder_la_LIBADD += dsp/libwebpdspdecode.la
libwebpdecoder_la_LIBADD += utils/libwebputilsdecode.la
libwebpdecoder_la_LDFLAGS = -no-undefined -version-info 4:1:0
libwebpdecoder_la_LDFLAGS = -no-undefined -version-info 0:0:0
libwebpdecoderincludedir = $(includedir)/webp
endif