blob: 6d7cf3afc3524b8ff161519a00cdc739c7f06a2a (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
noinst_PROGRAMS = player
player_SOURCES = player.c
player_CFLAGS = $(GST_CFLAGS) $(GCONF_CFLAGS)
player_LDFLAGS = \
$(GST_LIBS) \
$(top_builddir)/gst-libs/gst/gconf/libgstgconf-@GST_API_VERSION@.la \
$(top_builddir)/gst-libs/gst/play/libgstplay-@GST_API_VERSION@.la \
$(top_builddir)/gst-libs/gst/libgstinterfaces-$(GST_API_VERSION).la
|