diff options
author | RĂ©mi Verschelde <remi@verschelde.fr> | 2021-11-20 10:47:09 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-20 10:47:09 +0100 |
commit | 58443f73fe52520e39ab306f9fdefec08ff587dc (patch) | |
tree | 4f52814f5cb2c3c3aa07f763dc52fba6844278a0 /thirdparty/libvorbis/res0.c | |
parent | e97634f56d4910cf57e8aa4e4c570a71e99eb7ba (diff) | |
parent | 28ad2e8c72b81beefa65d37f94fa45a8a4604d09 (diff) |
Merge pull request #55129 from akien-mga/libvorbis-1.3.7
Diffstat (limited to 'thirdparty/libvorbis/res0.c')
-rw-r--r-- | thirdparty/libvorbis/res0.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/thirdparty/libvorbis/res0.c b/thirdparty/libvorbis/res0.c index 6d623d730f..c931aded38 100644 --- a/thirdparty/libvorbis/res0.c +++ b/thirdparty/libvorbis/res0.c @@ -6,7 +6,7 @@ * IN 'COPYING'. PLEASE READ THESE TERMS BEFORE DISTRIBUTING. * * * * THE OggVorbis SOURCE CODE IS (C) COPYRIGHT 1994-2010 * - * by the Xiph.Org Foundation http://www.xiph.org/ * + * by the Xiph.Org Foundation https://xiph.org/ * * * ******************************************************************** @@ -30,9 +30,6 @@ #include "misc.h" #include "os.h" -//#define TRAIN_RES 1 -//#define TRAIN_RESAUX 1 - #if defined(TRAIN_RES) || defined (TRAIN_RESAUX) #include <stdio.h> #endif |