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:46 +00:00
parent 042d7ed9a3
commit 81702acd06
2 changed files with 2 additions and 2 deletions

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)

View file

@ -29,7 +29,7 @@
extern "C" {
#endif /* __cplusplus */
#include <lame.h>
#include <lame/lame.h>
#define GST_TYPE_LAME \
(gst_lame_get_type())