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.
19 lines
609 B
19 lines
609 B
lib_LTLIBRARIES = libwebpmux.la |
|
|
|
libwebpmux_la_SOURCES = |
|
libwebpmux_la_SOURCES += anim_encode.c |
|
libwebpmux_la_SOURCES += animi.h |
|
libwebpmux_la_SOURCES += muxedit.c |
|
libwebpmux_la_SOURCES += muxi.h |
|
libwebpmux_la_SOURCES += muxinternal.c |
|
libwebpmux_la_SOURCES += muxread.c |
|
|
|
libwebpmuxinclude_HEADERS = |
|
libwebpmuxinclude_HEADERS += ../webp/mux.h |
|
libwebpmuxinclude_HEADERS += ../webp/mux_types.h |
|
libwebpmuxinclude_HEADERS += ../webp/types.h |
|
|
|
libwebpmux_la_LIBADD = ../libwebp.la |
|
libwebpmux_la_LDFLAGS = -no-undefined -version-info 3:0:0 -lm |
|
libwebpmuxincludedir = $(includedir)/webp |
|
pkgconfig_DATA = libwebpmux.pc
|
|
|