mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-11-10 23:02:03 +00:00
Update the precompiled Windows libraries: libogg 1.3.2, libvorbis 1.3.5
git-svn-id: https://svn.eduke32.com/eduke32@5342 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
parent
eed78085bc
commit
c82d98fc77
8 changed files with 6 additions and 8 deletions
|
@ -32,10 +32,9 @@ libogg
|
|||
### Download ###
|
||||
Download: libogg-<version>.tar.xz
|
||||
* Stable: https://www.xiph.org/downloads/
|
||||
* SVN: https://svn.xiph.org/trunk/ogg
|
||||
* Git: git://git.xiph.org/mirrors/ogg.git
|
||||
* Git: https://git.xiph.org/ogg.git
|
||||
### Build ###
|
||||
sh ./configure CFLAGS="-g -O2 -fno-stack-check -fno-stack-protector -mno-stack-arg-probe" && make
|
||||
sh ./configure && make
|
||||
### Desired Results ###
|
||||
* headers: ogg/config_types.h ogg/ogg.h ogg/os_types.h
|
||||
* libraries: libogg.a
|
||||
|
@ -47,10 +46,9 @@ libvorbis depends on the results of libogg to compile.
|
|||
### Download ###
|
||||
Download: libvorbis-<version>.tar.xz
|
||||
* Stable: https://www.xiph.org/downloads/
|
||||
* SVN: https://svn.xiph.org/trunk/vorbis
|
||||
* Git: git://git.xiph.org/mirrors/vorbis.git
|
||||
* Git: https://git.xiph.org/vorbis.git
|
||||
### Build ###
|
||||
sh ./configure CFLAGS="-fno-stack-check -fno-stack-protector -mno-stack-arg-probe" && make
|
||||
sh ./configure && make
|
||||
### Desired Results ###
|
||||
* headers: vorbis/codec.h vorbis/vorbisfile.h
|
||||
* libraries: libvorbis.a libvorbisfile.a
|
||||
|
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -11,7 +11,7 @@
|
|||
********************************************************************
|
||||
|
||||
function: #ifdef jail to whip a few platforms into the UNIX ideal.
|
||||
last mod: $Id: os_types.h 17712 2010-12-03 17:10:02Z xiphmont $
|
||||
last mod: $Id: os_types.h 19098 2014-02-26 19:06:45Z giles $
|
||||
|
||||
********************************************************************/
|
||||
#ifndef _OS_TYPES_H
|
||||
|
@ -24,7 +24,7 @@
|
|||
#define _ogg_realloc realloc
|
||||
#define _ogg_free free
|
||||
|
||||
#if defined(_WIN32)
|
||||
#if defined(_WIN32)
|
||||
|
||||
# if defined(__CYGWIN__)
|
||||
# include <stdint.h>
|
||||
|
|
Loading…
Reference in a new issue