mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-22 08:17:01 +00:00
dfe64965d7
Adds GstTagXmpWriter interface to jifmux element
13 lines
547 B
Makefile
13 lines
547 B
Makefile
plugin_LTLIBRARIES = libgstjpegformat.la
|
|
|
|
libgstjpegformat_la_SOURCES = gstjpegformat.c gstjpegparse.c gstjifmux.c
|
|
libgstjpegformat_la_CFLAGS = \
|
|
$(GST_PLUGINS_BASE_CFLAGS) \
|
|
$(GST_PLUGINS_BASE_CFLAGS) $(GST_CFLAGS)
|
|
libgstjpegformat_la_LIBADD = \
|
|
$(GST_PLUGINS_BASE_LIBS) -lgstinterfaces-@GST_MAJORMINOR@ \
|
|
-lgsttag-@GST_MAJORMINOR@ $(GST_LIBS) $(GST_BASE_LIBS)
|
|
libgstjpegformat_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
|
libgstjpegformat_la_LIBTOOLFLAGS = --tag=disable-static
|
|
|
|
noinst_HEADERS = gstjpegformat.h gstjpegparse.h gstjifmux.h
|