Skip to content

Commit

Permalink
autoconf: add vorbis library
Browse files Browse the repository at this point in the history
needed for `vorbis_comment_query` (since EasyRPG#2618)
  • Loading branch information
carstene1ns committed Sep 11, 2021
1 parent ddc3f6c commit 09d63e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure.ac
Expand Up @@ -79,7 +79,7 @@ AS_IF([test "x$with_audio" != "xno"],[
EP_PKG_CHECK([FLUIDLITE],[fluidlite],[Midi support (Soundfonts). Liteweight version of FluidSynth. Alternative to internal fmmidi.])
], [AC_SUBST([with_fluidlite], "no"]))
EP_PKG_CHECK([ALSA],[alsa],[Midi support (Daemon)])
EP_PKG_CHECK([OGGVORBIS],[vorbisfile],[Ogg Vorbis support.])
EP_PKG_CHECK([OGGVORBIS],[vorbisfile vorbis],[Ogg Vorbis support.])
EP_PKG_CHECK([OPUS],[opusfile],[Opus support.])
EP_PKG_CHECK([LIBSNDFILE],[sndfile],[Improved WAV support. Fallback when unsupported by dr_wav.])
EP_PKG_CHECK([LIBXMP],[libxmp >= 4.5.0],[Tracker module support.])
Expand Down

0 comments on commit 09d63e2

Please sign in to comment.