mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-10 11:29:55 +00:00
6c6ea0b79b
The new element can chop and reassemble the markers. I implements the tagsetter and for now can serialize some tags to jpeg comments.
9 lines
412 B
Makefile
9 lines
412 B
Makefile
plugin_LTLIBRARIES = libgstjpegformat.la
|
|
|
|
libgstjpegformat_la_SOURCES = gstjpegformat.c gstjpegparse.c gstjifmux.c
|
|
libgstjpegformat_la_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_CFLAGS)
|
|
libgstjpegformat_la_LIBADD = $(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
|