diff options
author | David I. Lehn <dlehn@users.sourceforge.net> | 2002-01-31 17:08:45 +0000 |
---|---|---|
committer | David I. Lehn <dlehn@users.sourceforge.net> | 2002-01-31 17:08:45 +0000 |
commit | 7ce84be3db875511018ad24fed9b7aa5680bd3fa (patch) | |
tree | cee2032860ea5b4434a1071d26b8bef1dc407d0a /configure.ac | |
parent | 68d8835b8f1776d1b9752abe356c0237180ec797 (diff) | |
download | gstreamer-plugins-bad-7ce84be3db875511018ad24fed9b7aa5680bd3fa.tar.gz |
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.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index cb7e41ee5..a5eab3c6f 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.h, LAME_LIBS="-lmp3lame") +GST_CHECK_LIBHEADER(LAME, mp3lame, lame_init, -lm, lame/lame.h, LAME_LIBS="-lmp3lame") ]) AC_SUBST(LAME_LIBS) |