diff options
author | Thomas Vander Stichele <thomas@apestaart.org> | 2002-02-21 17:20:35 +0000 |
---|---|---|
committer | Thomas Vander Stichele <thomas@apestaart.org> | 2002-02-21 17:20:35 +0000 |
commit | 3b68b42af8feb78fe37cfadb6624e483f2e11d7d (patch) | |
tree | 32b49f4021b68776234f39d5607146238374cca1 | |
parent | 933567778b40e59b2a8f28c1eadafb04f21b05ea (diff) | |
download | gst-plugins-bad-3b68b42af8feb78fe37cfadb6624e483f2e11d7d.tar.gz gst-plugins-bad-3b68b42af8feb78fe37cfadb6624e483f2e11d7d.tar.bz2 gst-plugins-bad-3b68b42af8feb78fe37cfadb6624e483f2e11d7d.zip |
use gst-debuginfo.m4 macro so plugins are actually compiled with debug info some more debug output for lame
Original commit message from CVS:
* use gst-debuginfo.m4 macro so plugins are actually compiled with
debug info
* some more debug output for lame
-rw-r--r-- | configure.ac | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index e0ad6dbc..2f435c29 100644 --- a/configure.ac +++ b/configure.ac @@ -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 |