mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-03 16:09:39 +00:00
8 lines
218 B
Makefile
8 lines
218 B
Makefile
noinst_PROGRAMS = mxfdemux-structure
|
|
|
|
mxfdemux_structure_SOURCES = mxfdemux-structure.c
|
|
mxfdemux_structure_CFLAGS = $(GST_CFLAGS) $(GTK_CFLAGS)
|
|
mxfdemux_structure_LDFLAGS = $(GST_LIBS) $(GTK_LIBS)
|
|
|
|
noinst_HEADERS =
|
|
|