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.
This commit is contained in:
Thomas Vander Stichele 2002-01-30 11:25:58 +00:00
parent 8e85a4eca0
commit e9d3af555c

View file

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