mirror of
https://github.com/blupi-games/planetblupi
synced 2024-12-30 10:15:36 +01:00
Add link on libvorbis
This commit is contained in:
parent
21bd7d3e90
commit
c4ab50fabe
@ -141,6 +141,8 @@ if ("${STATIC_BUILD}")
|
||||
pkg_search_module (AVUTIL REQUIRED libavutil)
|
||||
pkg_search_module (SWSCALE REQUIRED libswscale)
|
||||
pkg_search_module (SWRESAMPLE REQUIRED libswresample)
|
||||
# Statis dependencies for SDL_mixer
|
||||
pkg_search_module (VORBIS REQUIRED vorbisfile)
|
||||
|
||||
if (UNIX AND NOT APPLE)
|
||||
pkg_search_module (ALSA REQUIRED alsa)
|
||||
@ -172,6 +174,7 @@ if ("${STATIC_BUILD}")
|
||||
${AVUTIL_STATIC_LIBRARIES}
|
||||
${SWSCALE_STATIC_LIBRARIES}
|
||||
${SWRESAMPLE_STATIC_LIBRARIES}
|
||||
${VORBIS_STATIC_LIBRARIES}
|
||||
)
|
||||
|
||||
if (${PB_HTTP_VERSION_CHECK})
|
||||
|
Loading…
x
Reference in New Issue
Block a user