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
commit332c220508e1262cb6044fa209a93702e6c097bc (patch)
treec14b4c14e56beb8e733187b3aa99ce60db3c4eff /configure.ac
parentfe881d25c6cc67b2d1caf56f11414ab9622cae38 (diff)
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)