mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-03 16:09:39 +00:00
23bcab0c9a
Original commit message from CVS: make player example use gconf
11 lines
352 B
Makefile
11 lines
352 B
Makefile
|
|
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_MAJORMINOR@.la \
|
|
$(top_builddir)/gst-libs/gst/play/libgstplay-@GST_MAJORMINOR@.la \
|
|
$(top_builddir)/gst-libs/gst/libgstinterfaces-$(GST_MAJORMINOR).la
|
|
|