mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-08 18:39:54 +00:00
15 lines
459 B
Makefile
15 lines
459 B
Makefile
|
plugin_LTLIBRARIES = libgstjasper.la
|
||
|
|
||
|
libgstjasper_la_SOURCES = gstjasperdec.c gstjasperenc.c gstjasper.c
|
||
|
libgstjasper_la_CFLAGS = \
|
||
|
$(GST_PLUGINS_BASE_CFLAGS) $(GST_CFLAGS) $(JASPER_CFLAGS)
|
||
|
libgstjasper_la_LIBADD = \
|
||
|
$(GST_PLUGINS_BASE_LIBS) -lgstvideo-$(GST_API_VERSION) \
|
||
|
$(GST_LIBS) $(JASPER_LIBS)
|
||
|
libgstjasper_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
||
|
libgstjasper_la_LIBTOOLFLAGS = --tag=disable-static
|
||
|
|
||
|
noinst_HEADERS = \
|
||
|
gstjasperdec.h \
|
||
|
gstjasperenc.h
|