mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-06 01:19:38 +00:00
7 lines
201 B
Makefile
7 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)
|
||
|
|