1
0
Fork 0

Sync xxHash with upstream (v0.7.3)

This commit is contained in:
Yann Collet 2020-03-06 12:06:47 -08:00 committed by Patryk Obara
parent f2029d71d8
commit 355b6faba7
6 changed files with 2844 additions and 2124 deletions

View file

@ -19,7 +19,6 @@ libdecoders_a_SOURCES = \
vorbis.c \
wav.c \
xxh3.h \
xxhash.c \
xxhash.h
libdecoders_a_CXXFLAGS = \

View file

@ -81,6 +81,8 @@
// Local headers
#include "support.h"
#define XXH_INLINE_ALL
#include "xxhash.h"
// #include "../../../include/logging.h"
#include "mp3_seek_table.h"

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

View file

@ -251,7 +251,6 @@
<ClCompile Include="..\src\libs\decoders\SDL_sound.c" />
<ClCompile Include="..\src\libs\decoders\vorbis.c" />
<ClCompile Include="..\src\libs\decoders\wav.c" />
<ClCompile Include="..\src\libs\decoders\xxhash.c" />
<ClCompile Include="..\src\libs\nuked\nukedopl.cpp" />
<ClCompile Include="..\src\misc\cross.cpp" />
<ClCompile Include="..\src\misc\messages.cpp" />