LibFLAC for Vita: Difference between revisions
From GameBrew
More actions
No edit summary |
No edit summary |
||
| Line 17: | Line 17: | ||
|website=https://github.com/rsn8887/flac-vita | |website=https://github.com/rsn8887/flac-vita | ||
|source=https://github.com/rsn8887/flac-vita | |source=https://github.com/rsn8887/flac-vita | ||
|discussion=https://www.patreon.com/rsn8887 | |||
}} | }} | ||
FLAC and FLAC++ libraries for PS Vita. | FLAC and FLAC++ libraries for PS Vita. | ||
| Line 33: | Line 34: | ||
== External links == | == External links == | ||
* GitHub - https://github.com/rsn8887/flac-vita | * GitHub - https://github.com/rsn8887/flac-vita | ||
[[Category:Support the author]] | |||
Revision as of 07:07, 3 February 2023
| libFLAC | |
|---|---|
| General | |
| Author | rsn8887 |
| Type | Developments |
| Version | 1.3.2_vita |
| License | Mixed |
| Last Updated | 2017/12/04 |
| Links | |
| Download | |
| Website | |
| Source | |
FLAC and FLAC++ libraries for PS Vita.
Installation
Install VitaSDK. Download the binary release of FLAC and FLAC++ libraries for PS Vita.
Extract them into your VITASDK folder, via
tar --no-same-owner --no-same-permissions -C $VITASDK/arm-vita-eabi -xJf flac-1.3.2_vita_20171203.tar.xz
for FLAC, or
tar --no-same-owner --no-same-permissions -C $VITASDK/arm-vita-eabi -xJf flacpp-1.3.2_vita_20171203.tar.xz
for FLAC++.
External links
- GitHub - https://github.com/rsn8887/flac-vita