mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 04:01:08 +00:00
ext/mad/Makefile.am: libgsttagedit => libgsttag
Original commit message from CVS: * ext/mad/Makefile.am: libgsttagedit => libgsttag
This commit is contained in:
parent
125512b120
commit
a1e46d712c
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
2005-11-22 Tim-Philipp Müller <tim at centricular dot net>
|
||||
|
||||
* ext/mad/Makefile.am:
|
||||
libgsttagedit => libgsttag
|
||||
|
||||
2005-11-22 Edward Hervey <edward@fluendo.com>
|
||||
|
||||
* ext/lame/gstlame.c: (gst_lame_sink_event):
|
||||
|
|
|
@ -4,6 +4,6 @@ libgstmad_la_SOURCES = gstmad.c gstid3tag.c
|
|||
|
||||
libgstmad_la_CFLAGS = $(GST_CFLAGS) $(GST_PLUGINS_BASE_CFLAGS) $(MAD_CFLAGS) $(ID3_CFLAGS)
|
||||
libgstmad_la_LIBADD = $(MAD_LIBS) $(ID3_LIBS)
|
||||
libgstmad_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) $(GST_PLUGINS_BASE_LIBS) -lgsttagedit-@GST_MAJORMINOR@
|
||||
libgstmad_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) $(GST_PLUGINS_BASE_LIBS) -lgsttag-@GST_MAJORMINOR@
|
||||
|
||||
noinst_HEADERS = gstmad.h
|
||||
|
|
Loading…
Reference in a new issue