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.
This commit is contained in:
David I. Lehn 2002-01-31 17:08:45 +00:00
parent 0b763e49d0
commit e4f698d77f

View file

@ -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)