mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-06-05 06:58:56 +00:00
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
This commit is contained in:
parent
83b20a8437
commit
e1fed3d707
2 changed files with 6 additions and 3 deletions
|
@ -8,10 +8,10 @@ dnl *NOTE*: dnl this line before release, so release does static too
|
||||||
AM_DISABLE_STATIC
|
AM_DISABLE_STATIC
|
||||||
|
|
||||||
dnl when going to/from release please set the nano (fourth number) right !
|
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
|
dnl We disable static building for development, for time savings
|
||||||
AM_DISABLE_STATIC
|
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)
|
AS_LIBTOOL(GST_PLUGINS, 0, 0, 0, yes)
|
||||||
|
|
||||||
dnl FIXME take something else ?
|
dnl FIXME take something else ?
|
||||||
|
@ -588,6 +588,8 @@ dnl ######################################################################
|
||||||
dnl # Check command line parameters, and set shell variables accordingly #
|
dnl # Check command line parameters, and set shell variables accordingly #
|
||||||
dnl ######################################################################
|
dnl ######################################################################
|
||||||
|
|
||||||
|
GST_DEBUGINFO
|
||||||
|
|
||||||
AC_ARG_ENABLE(libmmx,
|
AC_ARG_ENABLE(libmmx,
|
||||||
[ --enable-libmmx use libmmx, if available],
|
[ --enable-libmmx use libmmx, if available],
|
||||||
[case "${enableval}" in
|
[case "${enableval}" in
|
||||||
|
|
|
@ -804,7 +804,8 @@ gst_lame_setup (GstLame *lame)
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
lame->initialized = TRUE;
|
lame->initialized = TRUE;
|
||||||
GST_INFO (GST_CAT_PLUGIN_INFO, "lame encoder initialized");
|
/* FIXME: it would be nice to print out the mode here */
|
||||||
|
GST_INFO (GST_CAT_PLUGIN_INFO, "lame encoder initialized (%d kbit/s, %d Hz, %d channels)", lame->bitrate, lame->samplerate, lame->num_channels);
|
||||||
}
|
}
|
||||||
|
|
||||||
GST_DEBUG_LEAVE ("");
|
GST_DEBUG_LEAVE ("");
|
||||||
|
|
Loading…
Reference in a new issue