mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 06:54:49 +00:00
configure.ac: Remove CXX tag from AS_LIBTOOL_TAGS, just like we did for -good and -ugly. Fixes build on some systems ...
Original commit message from CVS: * configure.ac: Remove CXX tag from AS_LIBTOOL_TAGS, just like we did for -good and -ugly. Fixes build on some systems and doesn't seem to be required for C++ code.
This commit is contained in:
parent
7b3777a4a1
commit
e1dbb3bfa9
2 changed files with 8 additions and 1 deletions
|
@ -1,3 +1,10 @@
|
||||||
|
2006-03-27 Tim-Philipp Müller <tim at centricular dot net>
|
||||||
|
|
||||||
|
* configure.ac:
|
||||||
|
Remove CXX tag from AS_LIBTOOL_TAGS, just like we
|
||||||
|
did for -good and -ugly. Fixes build on some systems
|
||||||
|
and doesn't seem to be required for C++ code.
|
||||||
|
|
||||||
2006-03-26 Tim-Philipp Müller <tim at centricular dot net>
|
2006-03-26 Tim-Philipp Müller <tim at centricular dot net>
|
||||||
|
|
||||||
* ext/taglib/gsttaglib.cc:
|
* ext/taglib/gsttaglib.cc:
|
||||||
|
|
|
@ -23,7 +23,7 @@ dnl we override it here if we need to for the release candidate of new series
|
||||||
GST_MAJORMINOR=0.10
|
GST_MAJORMINOR=0.10
|
||||||
AC_SUBST(GST_MAJORMINOR)
|
AC_SUBST(GST_MAJORMINOR)
|
||||||
|
|
||||||
AS_LIBTOOL_TAGS([CXX])
|
AS_LIBTOOL_TAGS
|
||||||
AM_PROG_LIBTOOL
|
AM_PROG_LIBTOOL
|
||||||
|
|
||||||
AC_CONFIG_SRCDIR([gst/qtdemux/qtdemux.c])
|
AC_CONFIG_SRCDIR([gst/qtdemux/qtdemux.c])
|
||||||
|
|
Loading…
Reference in a new issue