mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-19 14:56:36 +00:00
disable use of AS_LIBTOOL_TAGS, it doesn't work correctly
Original commit message from CVS: disable use of AS_LIBTOOL_TAGS, it doesn't work correctly
This commit is contained in:
parent
49016d7065
commit
96c92bcd81
3 changed files with 8 additions and 4 deletions
2
common
2
common
|
@ -1 +1 @@
|
|||
Subproject commit 6850ec3d1c74ff309330c3410c3fce3d947986ca
|
||||
Subproject commit 6f7101e2227975fa8a134358362dd4b55e326b4c
|
|
@ -34,7 +34,11 @@ dnl we override it here if we need to for the release candidate of new series
|
|||
GST_MAJORMINOR=0.10
|
||||
AC_SUBST(GST_MAJORMINOR)
|
||||
|
||||
AS_LIBTOOL_TAGS
|
||||
dnl FIXME: this macro doesn't actually work;
|
||||
dnl the generated libtool script has no support for the listed tags.
|
||||
dnl So this needs to be fixed first if we want to use this
|
||||
dnl AS_LIBTOOL_TAGS([CXX])
|
||||
|
||||
AM_PROG_LIBTOOL
|
||||
|
||||
dnl *** required versions of GStreamer stuff ***
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
plugin_LTLIBRARIES = libgstsid.la
|
||||
|
||||
libgstsid_la_SOURCES = gstsiddec.cc
|
||||
libgstsid_la_CXXFLAGS = $(GST_CFLAGS) $(SIDPLAY_CFLAGS) $(GST_PLUGINS_CFLAGS)
|
||||
libgstsid_la_LIBADD = $(SIDPLAY_LIBS) $(GST_PLUGINS_LIBS)
|
||||
libgstsid_la_CXXFLAGS = $(GST_CFLAGS) $(SIDPLAY_CFLAGS)
|
||||
libgstsid_la_LIBADD = $(SIDPLAY_LIBS) $(GST_PLUGINS_BASE_LIBS)
|
||||
libgstsid_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
||||
|
||||
noinst_HEADERS = gstsiddec.h
|
||||
|
|
Loading…
Reference in a new issue