mirror of
https://github.com/claunia/flac.git
synced 2025-12-16 18:54:26 +00:00
add support for writing ogg streams
This commit is contained in:
@@ -76,6 +76,9 @@ if test x$sse_os = xtrue ; then
|
||||
AC_DEFINE(FLAC__SSE_OS)
|
||||
fi
|
||||
|
||||
AM_PATH_OGG( , AC_MSG_WARN([*** Ogg development enviroment not installed - ogg support will not be built]))
|
||||
AM_CONDITIONAL(FLaC__HAS_OGG, test x$OGG_LIBS != x)
|
||||
|
||||
AM_PATH_XMMS(0.9.5.1, , AC_MSG_WARN([*** XMMS >= 0.9.5.1 not installed - xmms support will not be built]))
|
||||
AM_CONDITIONAL(FLaC__HAS_XMMS, test x$XMMS_INPUT_PLUGIN_DIR != x)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user