[flac-dev] Prelease now available
Janne Hyvärinen
cse at sci.fi
Mon Jul 15 10:09:47 UTC 2019
Version info is now correct.
I noticed there have been some file changes and Visual Studio 2005
project files hadn't been updated. Here's a patch for git version to fix
compilation.
On 15.7.2019 3.32, Erik de Castro Lopo wrote:
> Erik de Castro Lopo wrote:
>
>> I have a new pre-reelase (with a GPG signature) up here:
> New version:
>
>
> http://mega-nerd.com/tmp/flac-1.3.3rc2.tar.xz
> http://mega-nerd.com/tmp/flac-1.3.3rc2.tar.xz.asc
>
> Erik
-------------- next part --------------
diff --git a/src/libFLAC/libFLAC_dynamic.vcproj b/src/libFLAC/libFLAC_dynamic.vcproj
index 3815c79b..ecddc1e7 100644
--- a/src/libFLAC/libFLAC_dynamic.vcproj
+++ b/src/libFLAC/libFLAC_dynamic.vcproj
@@ -345,6 +345,10 @@
RelativePath=".\lpc_intrin_sse41.c"
>
</File>
+ <File
+ RelativePath=".\lpc_intrin_avx2.c"
+ >
+ </File>
<File
RelativePath=".\md5.c"
>
@@ -397,6 +401,10 @@
RelativePath=".\stream_encoder_intrin_ssse3.c"
>
</File>
+ <File
+ RelativePath=".\stream_encoder_intrin_avx2.c"
+ >
+ </File>
<File
RelativePath=".\window.c"
>
diff --git a/src/libFLAC/libFLAC_static.vcproj b/src/libFLAC/libFLAC_static.vcproj
index 6b6edf0c..9b6f37d1 100644
--- a/src/libFLAC/libFLAC_static.vcproj
+++ b/src/libFLAC/libFLAC_static.vcproj
@@ -386,6 +386,10 @@
RelativePath=".\lpc_intrin_sse41.c"
>
</File>
+ <File
+ RelativePath=".\lpc_intrin_avx2.c"
+ >
+ </File>
<File
RelativePath=".\md5.c"
>
@@ -438,6 +442,10 @@
RelativePath=".\stream_encoder_intrin_ssse3.c"
>
</File>
+ <File
+ RelativePath=".\stream_encoder_intrin_avx2.c"
+ >
+ </File>
<File
RelativePath=".\window.c"
>
More information about the flac-dev
mailing list