Revert lame include dir change. Upstream uses $prefix/include/lame/lame.h.
authorDavid I. Lehn <dlehn@users.sourceforge.net>
Thu, 31 Jan 2002 17:08:45 +0000 (17:08 +0000)
committerDavid I. Lehn <dlehn@users.sourceforge.net>
Thu, 31 Jan 2002 17:08:45 +0000 (17:08 +0000)
Original commit message from CVS:
Revert lame include dir change.  Upstream uses $prefix/include/lame/lame.h.

configure.ac

index cb7e41e..a5eab3c 100644 (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)