mirror of
https://github.com/FunKey-Project/RetroFE.git
synced 2025-12-28 09:38:52 +01:00
Adding gstreamer-audio-1.0 to the required libraries.
This commit is contained in:
parent
6a4532b0b3
commit
c9a87c3d9e
@ -52,7 +52,7 @@ else()
|
||||
pkg_search_module(SDL2_MIXER REQUIRED SDL2_mixer)
|
||||
pkg_search_module(SDL2_TTF REQUIRED SDL2_ttf)
|
||||
pkg_search_module(ZLIB REQUIRED zlib)
|
||||
pkg_check_modules(GSTREAMER REQUIRED gstreamer-1.0 gstreamer-video-1.0)
|
||||
pkg_check_modules(GSTREAMER REQUIRED gstreamer-1.0 gstreamer-video-1.0 gstreamer-audio-1.0)
|
||||
pkg_check_modules(Glib2 REQUIRED glib-2.0 gobject-2.0 gthread-2.0 gmodule-2.0)
|
||||
find_package(Threads REQUIRED)
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user