mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-22 16:26:39 +00:00
5 lines
104 B
Makefile
5 lines
104 B
Makefile
|
noinst_PROGRAMS = level-example
|
||
|
level_example_CFLAGS = $(GST_CFLAGS)
|
||
|
level_example_LDADD = $(GST_LIBS)
|
||
|
|