I checked lame packages and source code and they seem to want lame.h in prefix/includ...
authorThomas Vander Stichele <thomas@apestaart.org>
Wed, 30 Jan 2002 11:25:58 +0000 (11:25 +0000)
committerThomas Vander Stichele <thomas@apestaart.org>
Wed, 30 Jan 2002 11:25:58 +0000 (11:25 +0000)
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.

ext/lame/gstlame.h

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