mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-19 00:01:23 +00:00
e1dd998bd0
Move the jpeg marker defines to a header (to be used for jifmux). Rewrite some comments. Use gst_element_class_set_details_simple(). Add more logging.
9 lines
388 B
Makefile
9 lines
388 B
Makefile
plugin_LTLIBRARIES = libgstjpegformat.la
|
|
|
|
libgstjpegformat_la_SOURCES = gstjpegformat.c gstjpegparse.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
|