1
0
mirror of https://github.com/blupi-games/planetblupi-dev synced 2024-12-30 13:55:36 +01:00

Add libasound and libpulse in the list of static deps

This commit is contained in:
Mathieu Schroeter 2017-09-09 09:16:04 +02:00
parent f49a7dfd41
commit 454bb2d84b

View File

@ -123,9 +123,11 @@ _Planet Blupi_ and all resource files are licensed to the GPLv3+ license.
| argagg | MIT | simple C++11 command line arg ument parser |
| FFmpeg | LGPLv2.1 | complete, cross-platform solution to record, convert and stream audio and video |
| GNU/gettext | GPLv3 | an i18n and l10n system commonly used for writing multilingual programs |
| libasound | LGPLv2.1 | provides audio and MIDI functionality to the Linux operating system |
| libcurl | MIT/X derivate | a free and easy-to-use client-side URL transfer library |
| GNU/libiconv | GPLv3 | a standardized API used to convert between different character encodings |
| libpng | own license | the official PNG reference library |
[ libpulse | LGPLv2.1 | API for the PulseAudio network-capable sound server program |
| SDL_kitchensink | MIT | Simple SDL2 / FFmpeg library for audio/video playback written in C99 |
| SDL2 | zlib license | a cross-platform software library designed to provide a HAL to computer multimedia hardware |
| SDL2_image | zlib license | an image loading library that is used with the SDL library |