mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-18 07:47:17 +00:00
e7b9201555
Original commit message from CVS: reorganize C/LIB flags add gst_info to gstcompat.h
5 lines
98 B
Makefile
5 lines
98 B
Makefile
noinst_PROGRAMS = pingpong
|
|
|
|
pingpong_LDADD = $(GST_OBJ_LIBS)
|
|
pingpong_CFLAGS = $(GST_OBJ_CFLAGS)
|
|
|