mirror of
https://github.com/cookiengineer/audacity
synced 2025-06-16 16:10:06 +02:00
I'll get this darn thing right eventually!
This commit is contained in:
parent
bb7d691ffd
commit
a0a5812b14
2
configure
vendored
2
configure
vendored
@ -6594,7 +6594,7 @@ fi
|
|||||||
|
|
||||||
LIBVORBIS_LOCAL_CONFIG_SUBDIRS="lib-src/libogg lib-src/libvorbis"
|
LIBVORBIS_LOCAL_CONFIG_SUBDIRS="lib-src/libogg lib-src/libvorbis"
|
||||||
LIBVORBIS_LOCAL_CONFIGURE_OPTS="--disable-oggtest"
|
LIBVORBIS_LOCAL_CONFIGURE_OPTS="--disable-oggtest"
|
||||||
export PKG_CONFIG_PATH="${srcdir}/lib-src/libogg:${PKG_CONFIG_PATH}"
|
export PKG_CONFIG_PATH="../libogg:${PKG_CONFIG_PATH}"
|
||||||
|
|
||||||
{ $as_echo "$as_me:${as_lineno-$LINENO}: Vorbis libraries are available in this source tree" >&5
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: Vorbis libraries are available in this source tree" >&5
|
||||||
$as_echo "$as_me: Vorbis libraries are available in this source tree" >&6;}
|
$as_echo "$as_me: Vorbis libraries are available in this source tree" >&6;}
|
||||||
|
@ -2,7 +2,7 @@ dnl Add audacity / vorbis license?
|
|||||||
dnl
|
dnl
|
||||||
dnl Please increment the serial number below whenever you alter this macro
|
dnl Please increment the serial number below whenever you alter this macro
|
||||||
dnl for the benefit of automatic macro update systems
|
dnl for the benefit of automatic macro update systems
|
||||||
# audacity_checklib_libvorbis.m4 serial 2
|
# audacity_checklib_libvorbis.m4 serial 3
|
||||||
|
|
||||||
AC_DEFUN([AUDACITY_CHECKLIB_LIBVORBIS], [
|
AC_DEFUN([AUDACITY_CHECKLIB_LIBVORBIS], [
|
||||||
|
|
||||||
@ -60,7 +60,7 @@ AC_DEFUN([AUDACITY_CHECKLIB_LIBVORBIS], [
|
|||||||
LIBVORBIS_LOCAL_CPPSYMBOLS="USE_LIBVORBIS"
|
LIBVORBIS_LOCAL_CPPSYMBOLS="USE_LIBVORBIS"
|
||||||
|
|
||||||
LIBVORBIS_LOCAL_CONFIGURE_OPTS="--disable-oggtest"
|
LIBVORBIS_LOCAL_CONFIGURE_OPTS="--disable-oggtest"
|
||||||
export PKG_CONFIG_PATH="${srcdir}/lib-src/libogg:${PKG_CONFIG_PATH}"
|
export PKG_CONFIG_PATH="../libogg:${PKG_CONFIG_PATH}"
|
||||||
|
|
||||||
AC_MSG_NOTICE([Vorbis libraries are available in this source tree])
|
AC_MSG_NOTICE([Vorbis libraries are available in this source tree])
|
||||||
else
|
else
|
||||||
|
Loading…
x
Reference in New Issue
Block a user