Upgraded libogg and libvorbis -- noticed they weren't statically linking

against the correct CRT, which means they required the VC redist. Oops.
This commit is contained in:
casey langen 2019-04-29 23:13:38 -07:00
parent 9bbd1f0140
commit 34e383bb2c
3 changed files with 4 additions and 2 deletions

2
src/3rdparty/bin vendored

@ -1 +1 @@
Subproject commit b825e6066d88535aad8c27d9131632f88e90510c
Subproject commit 31cd7109785075fc18ddb6319440c5cbb305e702

View File

@ -11,6 +11,7 @@
********************************************************************
function: toplevel libogg include
last mod: $Id$
********************************************************************/
#ifndef _OGG_H

View File

@ -10,7 +10,8 @@
* *
********************************************************************
function: Define a consistent set of types on each platform.
function: #ifdef jail to whip a few platforms into the UNIX ideal.
last mod: $Id$
********************************************************************/
#ifndef _OS_TYPES_H