mirror of
https://github.com/owntone/owntone-server.git
synced 2024-12-24 22:25:56 -05:00
Fix problem with --disable-oggvorbis
This commit is contained in:
parent
517fe14667
commit
b2a45d94f8
@ -57,8 +57,12 @@ AC_ARG_ENABLE(howl,[ --enable-howl Use howl 0.9.2 or later],
|
||||
esac ])
|
||||
|
||||
AC_ARG_ENABLE(oggvorbis,[ --enable-oggvorbis Enable Ogg/Vorbis support],
|
||||
use_oggvorbis=true;
|
||||
CPPFLAGS="${CPPFLAGS} -DOGGVORBIS")
|
||||
[ case "${enableval}" in
|
||||
yes) use_oggvorbis=true;
|
||||
CPPFLAGS="${CPPFLAGS} -DOGGVORBIS";;
|
||||
no) use_oggvorbis=false;;
|
||||
*) AC_MSG_ERROR(bad value ${enableval} for --enable-oggvorbis);;
|
||||
esac ])
|
||||
|
||||
AC_ARG_ENABLE(flac,[ --enable-flac Enable FLAC support],
|
||||
use_flac=true;
|
||||
|
Loading…
Reference in New Issue
Block a user