gstreamer/tools/Makefile.am

7 lines
201 B
Makefile
Raw Normal View History

noinst_PROGRAMS = listcomponents
listcomponents_SOURCES = listcomponents.c
listcomponents_LDADD = $(GLIB_LIBS)
listcomponents_CFLAGS = $(GLIB_CFLAGS) -I$(top_srcdir)/omx/openmax $(GST_OPTION_CFLAGS)