From: Thomas Vander Stichele Date: Wed, 30 Jan 2002 11:25:58 +0000 (+0000) Subject: I checked lame packages and source code and they seem to want lame.h in prefix/includ... X-Git-Tag: 1.16.2~901^2~200 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e9d3af555c406def704f8d4c375aac123b64747c;p=platform%2Fupstream%2Fgst-plugins-good.git 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. --- 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())