summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorDavid I. Lehn <dlehn@users.sourceforge.net>2002-01-31 17:08:45 +0000
committerDavid I. Lehn <dlehn@users.sourceforge.net>2002-01-31 17:08:45 +0000
commit7ce84be3db875511018ad24fed9b7aa5680bd3fa (patch)
treecee2032860ea5b4434a1071d26b8bef1dc407d0a /configure.ac
parent68d8835b8f1776d1b9752abe356c0237180ec797 (diff)
downloadgst-plugins-bad-7ce84be3db875511018ad24fed9b7aa5680bd3fa.tar.gz
gst-plugins-bad-7ce84be3db875511018ad24fed9b7aa5680bd3fa.tar.bz2
gst-plugins-bad-7ce84be3db875511018ad24fed9b7aa5680bd3fa.zip
Revert lame include dir change. Upstream uses $prefix/include/lame/lame.h.
Original commit message from CVS: Revert lame include dir change. Upstream uses $prefix/include/lame/lame.h.
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 cb7e41ee..a5eab3c6 100644
--- a/configure.ac
+++ b/configure.ac
@@ -469,7 +469,7 @@ GST_CHECK_FEATURE(HTTP, [http plugins], gsthttpsrc, [
dnl *** lame ***
translit(dnm, m, l) AM_CONDITIONAL(USE_LAME, true)
GST_CHECK_FEATURE(LAME, [lame mp3 encoder library], lame, [
-GST_CHECK_LIBHEADER(LAME, mp3lame, lame_init, -lm, lame.h, LAME_LIBS="-lmp3lame")
+GST_CHECK_LIBHEADER(LAME, mp3lame, lame_init, -lm, lame/lame.h, LAME_LIBS="-lmp3lame")
])
AC_SUBST(LAME_LIBS)