Re: Prelease now available
Janne Hyvärinen <[email protected]> Mon, 15 Jul 2019 13:09:47 +0300
| Newsgroups | gmane.comp.audio.compression.flac.devel |
|---|---|
| Message-ID | <[email protected]> |
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 _______________________________________________ flac-dev mailing list [email protected] http://lists.xiph.org/mailman/listinfo/flac-dev
vs2005.patch
(text/plain, 1.2 KB)
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" >