mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 10:11:08 +00:00
Use -lgstfoo-@GST_MAJORMINOR@ instead of -lgstfoo-0.9
Original commit message from CVS: * ext/mad/Makefile.am: * gst/avi/Makefile.am: * gst/effectv/Makefile.am: * gst/udp/Makefile.am: * gst/wavparse/Makefile.am: Use -lgstfoo-@GST_MAJORMINOR@ instead of -lgstfoo-0.9
This commit is contained in:
parent
ee1b1f6585
commit
da0e16554a
2 changed files with 10 additions and 1 deletions
|
@ -1,3 +1,12 @@
|
|||
2005-08-13 Tim-Philipp Müller <tim at centricular dot net>
|
||||
|
||||
* ext/mad/Makefile.am:
|
||||
* gst/avi/Makefile.am:
|
||||
* gst/effectv/Makefile.am:
|
||||
* gst/udp/Makefile.am:
|
||||
* gst/wavparse/Makefile.am:
|
||||
Use -lgstfoo-@GST_MAJORMINOR@ instead of -lgstfoo-0.9
|
||||
|
||||
2005-08-12 Tim-Philipp Müller <tim at centricular dot net>
|
||||
|
||||
* ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_decode_indirect),
|
||||
|
|
|
@ -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-0.9
|
||||
libgstmad_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) $(GST_PLUGINS_BASE_LIBS) -lgsttagedit-@GST_MAJORMINOR@
|
||||
|
||||
noinst_HEADERS = gstmad.h
|
||||
|
|
Loading…
Reference in a new issue