mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-14 13:21:28 +00:00
18ae9a069d
Original commit message from CVS: - use GST_CFLAGS and GST_LIBS only
5 lines
84 B
Makefile
5 lines
84 B
Makefile
noinst_PROGRAMS = queue3
|
|
|
|
queue3_LDADD = $(GST_LIBS)
|
|
queue3_CFLAGS = $(GST_CFLAGS)
|
|
|