mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-10 19:31:12 +00:00
9 lines
218 B
Makefile
9 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 =
|
||
|
|