mirror of https://github.com/opencv/opencv.git
Open Source Computer Vision Library
https://opencv.org/
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
29 lines
1002 B
29 lines
1002 B
8 years ago
|
noinst_LTLIBRARIES = libwebpdecode.la
|
||
|
|
||
|
libwebpdecode_la_SOURCES =
|
||
|
libwebpdecode_la_SOURCES += alpha_dec.c
|
||
|
libwebpdecode_la_SOURCES += alphai_dec.h
|
||
|
libwebpdecode_la_SOURCES += buffer_dec.c
|
||
|
libwebpdecode_la_SOURCES += common_dec.h
|
||
|
libwebpdecode_la_SOURCES += vp8_dec.h
|
||
|
libwebpdecode_la_SOURCES += frame_dec.c
|
||
|
libwebpdecode_la_SOURCES += idec_dec.c
|
||
|
libwebpdecode_la_SOURCES += io_dec.c
|
||
|
libwebpdecode_la_SOURCES += quant_dec.c
|
||
|
libwebpdecode_la_SOURCES += tree_dec.c
|
||
|
libwebpdecode_la_SOURCES += vp8_dec.c
|
||
|
libwebpdecode_la_SOURCES += vp8i_dec.h
|
||
|
libwebpdecode_la_SOURCES += vp8l_dec.c
|
||
|
libwebpdecode_la_SOURCES += vp8li_dec.h
|
||
|
libwebpdecode_la_SOURCES += webp_dec.c
|
||
|
libwebpdecode_la_SOURCES += webpi_dec.h
|
||
|
|
||
|
libwebpdecodeinclude_HEADERS =
|
||
|
libwebpdecodeinclude_HEADERS += ../webp/decode.h
|
||
|
libwebpdecodeinclude_HEADERS += ../webp/types.h
|
||
|
noinst_HEADERS =
|
||
|
noinst_HEADERS += ../webp/format_constants.h
|
||
|
|
||
|
libwebpdecode_la_CPPFLAGS = $(AM_CPPFLAGS) $(USE_EXPERIMENTAL_CODE)
|
||
|
libwebpdecodeincludedir = $(includedir)/webp
|