projects
/
platform
/
upstream
/
gstreamer.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8e85a4e
)
I checked lame packages and source code and they seem to want lame.h in prefix/includ...
author
Thomas Vander Stichele
<thomas@apestaart.org>
Wed, 30 Jan 2002 11:25:58 +0000
(11:25 +0000)
committer
Thomas 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
patch
|
blob
|
history
diff --git
a/ext/lame/gstlame.h
b/ext/lame/gstlame.h
index
bf9a110
..
879d61c
100644
(file)
--- a/
ext/lame/gstlame.h
+++ b/
ext/lame/gstlame.h
@@
-29,7
+29,7
@@
extern "C" {
#endif /* __cplusplus */
-#include <lame
/lame
.h>
+#include <lame.h>
#define GST_TYPE_LAME \
(gst_lame_get_type())