mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-17 04:45:47 +00:00
2d80a4aaa6
Original commit message from CVS: Report which format was used for GST_FORMAT_DEFAULT in dvdec Add progressreport element for testing.
22 lines
646 B
Makefile
22 lines
646 B
Makefile
|
|
plugin_LTLIBRARIES = libgstefence.la libgstnavigationtest.la libgstdebug.la
|
|
|
|
noinst_HEADERS = efence.h gstnavigationtest.h gstnavseek.h
|
|
|
|
libgstefence_la_SOURCES = efence.c
|
|
libgstefence_la_CFLAGS = $(GST_CFLAGS)
|
|
libgstefence_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
|
|
|
libgstnavigationtest_la_SOURCES = gstnavigationtest.c
|
|
libgstnavigationtest_la_CFLAGS = $(GST_CFLAGS) -I$(top_srcdir)/gst/videofilter
|
|
libgstnavigationtest_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
|
|
|
libgstdebug_la_SOURCES = \
|
|
gstdebug.c \
|
|
breakmydata.c \
|
|
negotiation.c \
|
|
gstnavseek.c \
|
|
progressreport.c
|
|
|
|
libgstdebug_la_CFLAGS = $(GST_CFLAGS)
|
|
libgstdebug_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|