2003-12-22 21:06:03 +00:00
|
|
|
plugin_LTLIBRARIES = libgstvolume.la
|
2001-12-22 23:27:17 +00:00
|
|
|
|
2003-12-22 21:06:03 +00:00
|
|
|
libgstvolume_la_SOURCES = gstvolume.c
|
2007-01-04 12:49:48 +00:00
|
|
|
libgstvolume_la_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_BASE_CFLAGS) $(GST_CONTROLLER_CFLAGS) $(GST_CFLAGS) $(LIBOIL_CFLAGS)
|
2003-12-22 21:06:03 +00:00
|
|
|
libgstvolume_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
2005-07-13 17:58:07 +00:00
|
|
|
libgstvolume_la_LIBADD = \
|
|
|
|
$(top_builddir)/gst-libs/gst/interfaces/libgstinterfaces-$(GST_MAJORMINOR).la \
|
2008-01-03 20:33:58 +00:00
|
|
|
$(top_builddir)/gst-libs/gst/audio/libgstaudio-$(GST_MAJORMINOR).la \
|
2005-07-13 17:58:07 +00:00
|
|
|
$(GST_BASE_LIBS) \
|
gst-libs/gst/audio/gstbaseaudiosink.c
Original commit message from CVS:
* gst-libs/gst/audio/gstbaseaudiosink.c
(gst_base_audio_sink_change_state):
Fix typo in comment.
* gst/playback/gstdecodebin.c (gst_decode_bin_class_init,
free_dynamics, pad_probe, close_pad_link, try_to_link_1,
get_our_ghost_pad, remove_element_chain, queue_underrun_cb,
close_link):
* gst/playback/gstplaybin.c (gst_play_bin_set_property,
gen_audio_element, remove_sinks, gst_play_bin_send_event_to_sink):
Remove trailing whitespaces in comments.
* gst/volume/Makefile.am:
Fix tabs.
2007-05-18 15:23:43 +00:00
|
|
|
$(GST_CONTROLLER_LIBS) \
|
2007-01-04 12:49:48 +00:00
|
|
|
$(GST_LIBS) \
|
2006-06-01 23:04:32 +00:00
|
|
|
$(LIBOIL_LIBS)
|
2008-10-16 15:07:00 +00:00
|
|
|
libgstvolume_la_LIBTOOLFLAGS = --tag=disable-static
|
2001-12-22 23:27:17 +00:00
|
|
|
|
2005-08-22 09:27:14 +00:00
|
|
|
noinst_HEADERS = gstvolume.h
|
2004-06-14 10:04:44 +00:00
|
|
|
|