From 1870b79fbda4a608331e5adb31e0bcd2603706f9 Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Wed, 30 Jan 2002 11:25:58 +0000 Subject: [PATCH] I checked lame packages and source code and they seem to want lame.h in prefix/include/lame.h so I fixed stuff accord... Original commit message from CVS: I checked lame packages and source code and they seem to want lame.h in prefix/include/lame.h so I fixed stuff accordingly. Do any systems have lame in include/lame/lame.h ? If so, mail me and we'll work it out. --- configure.ac | 2 +- ext/lame/gstlame.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index 147572c..ba2e86c 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/lame.h, LAME_LIBS="-lmp3lame") +GST_CHECK_LIBHEADER(LAME, mp3lame, lame_init, -lm, lame.h, LAME_LIBS="-lmp3lame") ]) AC_SUBST(LAME_LIBS) diff --git a/ext/lame/gstlame.h b/ext/lame/gstlame.h index bf9a110..879d61c 100644 --- a/ext/lame/gstlame.h +++ b/ext/lame/gstlame.h @@ -29,7 +29,7 @@ extern "C" { #endif /* __cplusplus */ -#include +#include #define GST_TYPE_LAME \ (gst_lame_get_type()) -- 2.7.4