mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-05 14:02:26 +00:00
5 lines
81 B
Makefile
5 lines
81 B
Makefile
noinst_PROGRAMS = queue
|
|
|
|
queue_LDADD = $(GST_LIBS)
|
|
queue_CFLAGS = $(GST_CFLAGS)
|
|
|