Package Details: vgmstream-git r1917.144.gae167795-1

Git Clone URL: https://aur.archlinux.org/vgmstream-git.git (read-only, click to copy)
Package Base: vgmstream-git
Description: Library for playback of various streamed audio formats used in video games
Upstream URL: https://github.com/vgmstream/vgmstream
Licenses: BSD
Conflicts: vgmstream, vgmstream-kode54-git
Provides: vgmstream
Replaces: vgmstream-kode54-git
Submitter: Deewiant
Maintainer: Deewiant
Last Packager: Deewiant
Votes: 7
Popularity: 1.23
First Submitted: 2021-01-02 00:07 (UTC)
Last Updated: 2024-07-23 14:27 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 4

phiresky commented on 2018-07-25 22:11 (UTC) (edited on 2018-07-25 22:11 (UTC) by phiresky)

Getting an error compiling a while(true) loop. Fixed by doing:

diff --git a/src/meta/ea_eaac.c b/src/meta/ea_eaac.c
index d7ab6823..45673753 100644
--- a/src/meta/ea_eaac.c
+++ b/src/meta/ea_eaac.c
@@ -2,6 +2,8 @@
#include "../layout/layout.h"
#include "../coding/coding.h"
#include "ea_eaac_streamfile.h"
+#define true  1
+#define false 0

/* EAAudioCore formats, EA's current audio middleware */