blob: 5264ecf227af684b777a5eaf3ad4ed2157283246 (
plain)
1
2
3
4
5
6
7
|
if WITH_V4L_PLUGINS
libv4l2plugin_LTLIBRARIES = libv4l-mplane.la
endif
libv4l_mplane_la_SOURCES = libv4l-mplane.c
libv4l_mplane_la_CPPFLAGS = $(CFLAG_VISIBILITY)
libv4l_mplane_la_LDFLAGS = -avoid-version -module -shared -export-dynamic -lpthread
|