mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-03 16:09:39 +00:00
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:
parent
b7b0179faf
commit
1870b79fbd
2 changed files with 2 additions and 2 deletions
|
@ -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)
|
||||
|
||||
|
|
|
@ -29,7 +29,7 @@
|
|||
extern "C" {
|
||||
#endif /* __cplusplus */
|
||||
|
||||
#include <lame/lame.h>
|
||||
#include <lame.h>
|
||||
|
||||
#define GST_TYPE_LAME \
|
||||
(gst_lame_get_type())
|
||||
|
|
Loading…
Reference in a new issue