use gst-debuginfo.m4 macro so plugins are actually compiled with debug info some...
authorThomas Vander Stichele <thomas@apestaart.org>
Thu, 21 Feb 2002 17:20:35 +0000 (17:20 +0000)
committerThomas Vander Stichele <thomas@apestaart.org>
Thu, 21 Feb 2002 17:20:35 +0000 (17:20 +0000)
Original commit message from CVS:
* use gst-debuginfo.m4 macro so plugins are actually compiled with
debug info
* some more debug output for lame

common
configure.ac

diff --git a/common b/common
index fd02f1d..92652b8 160000 (submodule)
--- a/common
+++ b/common
@@ -1 +1 @@
-Subproject commit fd02f1d955e13407fd27314b1568023bd2061df7
+Subproject commit 92652b8acbf06e097070bc6055715b9fca405834
index e0ad6db..2f435c2 100644 (file)
@@ -8,10 +8,10 @@ dnl *NOTE*: dnl this line before release, so release does static too
 AM_DISABLE_STATIC
 
 dnl when going to/from release please set the nano (fourth number) right !
-AS_VERSION(gst-plugins, GST_PLUGINS, 0, 3, 2, 1)
-AM_INIT_AUTOMAKE($PACKAGE,$VERSION)
 dnl We disable static building for development, for time savings
 AM_DISABLE_STATIC
+AS_VERSION(gst-plugins, GST_PLUGINS, 0, 3, 2, 1)
+AM_INIT_AUTOMAKE($PACKAGE,$VERSION)
 AS_LIBTOOL(GST_PLUGINS, 0, 0, 0, yes)
 
 dnl FIXME take something else ?
@@ -588,6 +588,8 @@ dnl ######################################################################
 dnl # Check command line parameters, and set shell variables accordingly #
 dnl ######################################################################
 
+GST_DEBUGINFO
+
 AC_ARG_ENABLE(libmmx,
 [  --enable-libmmx              use libmmx, if available],
 [case "${enableval}" in