gstreamer/tools/Makefile.am
2012-12-19 12:08:35 +01:00

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)