Commit f60f74ec authored by Christophe Massiot's avatar Christophe Massiot

* configure.ac : Fixed a typo in libtwolame LDFLAGS.

parent d4342f69
...@@ -2234,14 +2234,12 @@ then ...@@ -2234,14 +2234,12 @@ then
dnl Use a custom twolame dnl Use a custom twolame
AC_MSG_RESULT(${real_twolame_tree}/src/libtwolame/.libs/libtwolame.a) AC_MSG_RESULT(${real_twolame_tree}/src/libtwolame/.libs/libtwolame.a)
VLC_ADD_BUILTINS([twolame]) VLC_ADD_BUILTINS([twolame])
VLC_ADD_LDFLAGS([twolame],[${real_twolame_tree}/src/libtwolame/.libs/libtw VLC_ADD_LDFLAGS([twolame],[${real_twolame_tree}/src/libtwolame/.libs/libtwolame.a])
olame.a])
VLC_ADD_CPPFLAGS([twolame],[-I${real_twolame_tree}/src/libtwolame]) VLC_ADD_CPPFLAGS([twolame],[-I${real_twolame_tree}/src/libtwolame])
else else
dnl The given libtwolame wasn't built dnl The given libtwolame wasn't built
AC_MSG_RESULT(no) AC_MSG_RESULT(no)
AC_MSG_ERROR([cannot find ${real_twolame_tree}/src/libtwolame/.libs/libtwo AC_MSG_ERROR([cannot find ${real_twolame_tree}/src/libtwolame/.libs/libtwolame.a, make sure you compiled libtwolame in ${with_twolame_tree}])
lame.a, make sure you compiled libtwolame in ${with_twolame_tree}])
fi fi
else else
CPPFLAGS="${CPPFLAGS_save} ${CPPFLAGS_twolame}" CPPFLAGS="${CPPFLAGS_save} ${CPPFLAGS_twolame}"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment