From e4f698d77f95a91352f41acb96bb55f32c2fd3e6 Mon Sep 17 00:00:00 2001 From: "David I. Lehn" Date: Thu, 31 Jan 2002 17:08:45 +0000 Subject: [PATCH] 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. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index cb7e41e..a5eab3c 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) -- 2.7.4