diff options
author | Thomas Vander Stichele <thomas@apestaart.org> | 2002-01-30 11:25:58 +0000 |
---|---|---|
committer | Thomas Vander Stichele <thomas@apestaart.org> | 2002-01-30 11:25:58 +0000 |
commit | 2cbefa4916f28f413a920fdfa22f81394fabe5d8 (patch) | |
tree | 4f97a664a8cc1f48479df96f56400cd3cecf301b | |
parent | 5baede7d384c6c63affc436fa54a76b1a3895d2e (diff) | |
download | gst-plugins-bad-2cbefa4916f28f413a920fdfa22f81394fabe5d8.tar.gz gst-plugins-bad-2cbefa4916f28f413a920fdfa22f81394fabe5d8.tar.bz2 gst-plugins-bad-2cbefa4916f28f413a920fdfa22f81394fabe5d8.zip |
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.
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 147572c5..ba2e86c3 100644 --- a/configure.ac +++ b/configure.ac @@ -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) |