Sync xxHash with upstream (v0.7.3)
This commit is contained in:
parent
f2029d71d8
commit
355b6faba7
6 changed files with 2844 additions and 2124 deletions
|
@ -19,7 +19,6 @@ libdecoders_a_SOURCES = \
|
|||
vorbis.c \
|
||||
wav.c \
|
||||
xxh3.h \
|
||||
xxhash.c \
|
||||
xxhash.h
|
||||
|
||||
libdecoders_a_CXXFLAGS = \
|
||||
|
|
|
@ -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
|
@ -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" />
|
||||
|
|
Loading…
Add table
Reference in a new issue