mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 20:21:24 +00:00
Revert lame include dir change. Upstream uses $prefix/include/lame/lame.h.
Original commit message from CVS: Revert lame include dir change. Upstream uses $prefix/include/lame/lame.h.
This commit is contained in:
parent
68d8835b8f
commit
7ce84be3db
1 changed files with 1 additions and 1 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.h, LAME_LIBS="-lmp3lame")
|
||||
GST_CHECK_LIBHEADER(LAME, mp3lame, lame_init, -lm, lame/lame.h, LAME_LIBS="-lmp3lame")
|
||||
])
|
||||
AC_SUBST(LAME_LIBS)
|
||||
|
||||
|
|
Loading…
Reference in a new issue