summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorDavid Moore <dcm@acm.org>2004-05-17 00:25:30 +0000
committerBenjamin Otte <otte@gnome.org>2004-05-17 00:25:30 +0000
commitd995685d9c0080f00f8690f747df3c9407da603e (patch)
tree98e9a9c109d5fd9c5d97264b7214b7964ba71575 /configure.ac
parent385ddf5777d80a89678d711eb5c4ac0c2aa2289c (diff)
compute offsets correctly for internal buffers so timestamps are set correctly when we can't seek. Also handle cases ...
Original commit message from CVS: * autogen.sh: * configure.ac: * ext/mad/gstid3tag.c: (gst_id3_tag_chain): compute offsets correctly for internal buffers so timestamps are set correctly when we can't seek. Also handle cases where there are no offsets. (based on a patch by David Moore, fixes #142507)
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index fb968f2d..24a69e9f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -36,7 +36,7 @@ AM_CONFIG_HEADER(config.h)
dnl Add parameters for aclocal
dnl (This must come after AM_INIT_AUTOMAKE, since it modifies ACLOCAL)
-ACLOCAL_FLAGS="-I m4 -I common/m4"
+ACLOCAL_FLAGS="-I m4 -I common/m4 -I ."
AC_SUBST(ACLOCAL_AMFLAGS, $ACLOCAL_FLAGS)
AC_PROG_CC