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.
15 lines
463 B
15 lines
463 B
8 years ago
|
lib_LTLIBRARIES = libwebpdemux.la
|
||
|
|
||
|
libwebpdemux_la_SOURCES =
|
||
|
libwebpdemux_la_SOURCES += anim_decode.c demux.c
|
||
|
|
||
|
libwebpdemuxinclude_HEADERS =
|
||
|
libwebpdemuxinclude_HEADERS += ../webp/demux.h
|
||
|
libwebpdemuxinclude_HEADERS += ../webp/mux_types.h
|
||
|
libwebpdemuxinclude_HEADERS += ../webp/types.h
|
||
|
|
||
|
libwebpdemux_la_LIBADD = ../libwebp.la
|
||
|
libwebpdemux_la_LDFLAGS = -no-undefined -version-info 2:2:0
|
||
|
libwebpdemuxincludedir = $(includedir)/webp
|
||
|
pkgconfig_DATA = libwebpdemux.pc
|