mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-10 11:29:55 +00:00
9c6f91dcf2
Original commit message from CVS: Adding a test app for libgstplay. It is a command line player.
7 lines
159 B
Makefile
7 lines
159 B
Makefile
|
|
noinst_PROGRAMS = player
|
|
|
|
player_SOURCES = player.c
|
|
player_LDFLAGS = \
|
|
$(GST_LIBS) \
|
|
$(top_builddir)/gst-libs/gst/play/libgstplay-@GST_MAJORMINOR@.la
|