mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-08 08:25:33 +00:00
f509043c1d
The old version with everything included and buildable against GStreamer 1.6 can still be found in the gst-player-0.1 branch and will be continued to be updated for a while.
9 lines
229 B
Makefile
9 lines
229 B
Makefile
bin_PROGRAMS = gst-play
|
|
|
|
gst_play_SOURCES = gst-play.c gst-play-kb.c gst-play-kb.h
|
|
|
|
LDADD = $(GSTREAMER_LIBS) $(GLIB_LIBS) $(LIBM)
|
|
|
|
AM_CFLAGS = $(GSTREAMER_CFLAGS) $(GLIB_CFLAGS) $(WARNING_CFLAGS)
|
|
|
|
noinst_HEADERS = gst-play-kb.h
|