mirror of
https://github.com/cookiengineer/audacity
synced 2025-10-10 16:43:33 +02:00
Move LAME header file from src/include to lib-src/lame/lame.
The LAME header file is part of the upstream LAME project and does not belong in the src/ tree of Audacity.
This commit is contained in:
@@ -44,5 +44,14 @@ AC_DEFUN([AUDACITY_CHECKLIB_LAME], [
|
||||
|
||||
dnl see if LAME is available in the source dir
|
||||
|
||||
LAME_LOCAL_AVAILABLE="yes"
|
||||
AC_CHECK_FILE(${srcdir}/lib-src/lame/lame/lame.h,
|
||||
LAME_LOCAL_AVAILABLE="yes",
|
||||
LAME_LOCAL_AVAILABLE="no")
|
||||
|
||||
if test "$LAME_LOCAL_AVAILABLE" = "yes"; then
|
||||
LAME_LOCAL_CXXFLAGS='-I$(top_srcdir)/lib-src/lame'
|
||||
AC_MSG_NOTICE([LAME headers are available in this source tree.])
|
||||
else
|
||||
AC_MSG_NOTICE([LAME headers are NOT available in this source tree.])
|
||||
fi
|
||||
])
|
||||
|
Reference in New Issue
Block a user