mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-05 17:09:48 +00:00
6 lines
201 B
Makefile
6 lines
201 B
Makefile
noinst_PROGRAMS = listcomponents
|
|
|
|
listcomponents_SOURCES = listcomponents.c
|
|
listcomponents_LDADD = $(GLIB_LIBS)
|
|
listcomponents_CFLAGS = $(GLIB_CFLAGS) -I$(top_srcdir)/omx/openmax $(GST_OPTION_CFLAGS)
|
|
|