mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-02 13:38:48 +00:00
bb5331e272
Parse JPEG images, extracts its metadata, set caps and packetize an image per buffer.
9 lines
356 B
Makefile
9 lines
356 B
Makefile
plugin_LTLIBRARIES = libgstjpegformat.la
|
|
|
|
libgstjpegformat_la_SOURCES = 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 = gstjpegparse.h
|