search for: libflac_dynamic

Displaying 20 results from an estimated 23 matches for "libflac_dynamic".

2019 Nov 24
0
libFLAC_dynamic.dll version 133 64 bit failed to work.
2019 Jul 14
8
Prelease now available
Hi all, I have a new pre-reelase (with a GPG signature) up here: http://mega-nerd.com/tmp/flac-1.3.3rc1.tar.xz http://mega-nerd.com/tmp/flac-1.3.3rc1.tar.xz.asc This code is built from commit 10a28d482a8e48b806f61ab766992b2add98ec43 plus another commmit to change the version numbers which I will not be pushing to the public repo before the final release. Note that audio files encoded
2019 Jul 14
1
Prelease now available
Janne Hyvärinen wrote: > Minor changes needed for Visual Studio as the version is defined in the > project files. > > Replace 'PACKAGE_VERSION=\"1.3.2\&quot' with > 'PACKAGE_VERSION=\"1.3.3rc1\&quot' in > src/libFLAC/libFLAC_dynamic.vcproj and libFLAC_static.vcproj. And > replace 'PACKAGE_VERSION="1.3.2"' with 'PACKAGE_VERSION="1.3.3rc1"' in > src/libFLAC/libFLAC_dynamic.vcxproj  and libFLAC_static.vcxproj. I have not way of verifying if any hand edit I do is correct. For that reas...
2016 Jan 09
2
Lets do a 1.3.2 release
Janne Hyv?rinen wrote: > Win_utf8 stuff should not be included in libflac since it's only to be > used by the flac.exe frontend. It is not needed by other programs nor > would they benefit from it without doing the extra work of converting > their ansi filenames and functions to utf-8. > >> Version 2 of my patch attached, which fixes the problem for the >>
2016 Jan 16
0
MSVC, win_utf8_io, static and dynamic libs
Currently MSVS can build dynamic libraries (libFLAC_dynamic.dll, libFLAC++_dynamic.dll), static libraries (libFLAC_static.lib, libFLAC++_static.lib) and executables (flac.exe, metaflac.exe, etc). All executables are statically linked to libFLAC. It's possible to create a flac.exe that is linked to thr libFLAC DLL file, but it requires manual editing of...
2013 Mar 17
1
Patch to remove the dead in_flac project from the MSVC solution
...c8a-c215-11db-8314-0800200c9a66} - {4cefbc81-c215-11db-8314-0800200c9a66} = {4cefbc81-c215-11db-8314-0800200c9a66} - {4cefbc88-c215-11db-8314-0800200c9a66} = {4cefbc88-c215-11db-8314-0800200c9a66} - EndProjectSection -EndProject Project("{4cefbc7c-c215-11db-8314-0800200c9a66}") = "libFLAC_dynamic", "src\libFLAC\libFLAC_dynamic.vcproj", "{4cefbc83-c215-11db-8314-0800200c9a66}" EndProject Project("{4cefbc7c-c215-11db-8314-0800200c9a66}") = "libFLAC_static", "src\libFLAC\libFLAC_static.vcproj", "{4cefbc84-c215-11db-8314-0800200c9a66...
2013 Mar 17
1
MSVC project updates
One more set of MSVC project updates. Changed ogg_static.lib to libogg_static.lib as that's the name latest version uses. Removed MSVC 6.0 related parts from README and tweaked info there to be more up-to-date. Also changed nasmw.exe into nasm.exe as nasmw.exe has been long gone. LibFLAC_dynamic was complaining in debug mode about conflicts with libcmt, I excluded it from the project there as I saw no other way to solve the problem. -------------- next part -------------- A non-text attachment was scrubbed... Name: win_projects.zip Type: application/x-zip-compressed Size: 2628 bytes Des...
2013 Sep 04
1
PATCH: FLAC__ALIGN_MALLOC_DATA definition for MSVS projects
A preprocessor macro FLAC__ALIGN_MALLOC_DATA is defined in Makefiles but absent in *.vcproj files. This patch adds it to libFLAC_static.vcproj and libFLAC_dynamic.vcproj. -------------- next part -------------- A non-text attachment was scrubbed... Name: align_malloc.patch Type: application/octet-stream Size: 2862 bytes Desc: not available Url : http://lists.xiph.org/pipermail/flac-dev/attachments/20130904/76e483a6/attachment.obj
2013 Oct 03
1
PATCH: modify/add intrinsics code
lvqcl wrote: > lvqcl wrote: > > > The patch does the following: > > Does the patch work for linux git? Windows git cannot apply a patch > that was created itself. It looks like that patch was created with the 'git diff' command and hence cannot be applied using the 'git am' command. It does however apply using the patch command. > (It writes LF in
2015 Aug 31
1
[PATCH] MSVC project dependencies
For some reasons libFLAC_dynamic, libFLAC++_dynamic and libFLAC++_static projects depend on win_utf8_io_static project, but there's no such dependency for libFLAC_static project. The patch adds such dependency. -------------- next part -------------- A non-text attachment was scrubbed... Name: win_utf8_dependency.patch Type:...
2016 Apr 26
1
[PATCH] MSVC: add ENABLE_64_BIT_WORDS macro
This patch adds ENABLE_64_BIT_WORDS preprocessor variable to libFLAC_dynamic, libFLAC_static and test_libFLAC projects, x64 platform. -------------- next part -------------- A non-text attachment was scrubbed... Name: vcxproj.patch Type: application/octet-stream Size: 5797 bytes Desc: not available URL: <http://lists.xiph.org/pipermail/flac-dev/attachments/20160426/0ba51...
2013 Sep 01
1
New routine: FLAC__lpc_compute_autocorrelation_asm_ia32_sse_lag_16
...9;t support it. Only --restrict is supported. > * libFLAC and FLAC__ALIGN_MALLOC_DATA : Looks sane but doesn't apply. > * MSVC and M_LN2 : Looks sane but doesn't apply. It is also possible to add /D "_USE_MATH_DEFINES" as an additional option to libFLAC_static.vcproj and libFLAC_dynamic.vcproj. Don't know what is better. What do you think? > * bitmath.h: 1 typo, 1 warning : I don't see why the type has to change. Declarations from MSDN: unsigned char _BitScanReverse(unsigned long * Index, unsigned long Mask); unsigned char _BitScanReverse64(unsigned long...
2010 Nov 17
2
Problem building libFLAC on Windows x64
...roblems I have are the following: If I try to build the dynamic version, I get two unresolved externals: bitreader_asm.obj : error LNK2001: unresolved external symbol _FLAC__crc16_table bitreader_asm.obj : error LNK2001: unresolved external symbol _bitreader_read_from_client_ ..\..\obj\release\lib\libFLAC_dynamic.dll : fatal error LNK1120: 2 unresolved externals I can build the static version fine, but when Mixxx tries to link it in, I get different unresolved externals: soundsourceflac.obj : error LNK2001: unresolved external symbol __imp_FLAC__stream_decoder_process_single soundsourceflac.obj : error LNK...
2016 Jan 09
3
Lets do a 1.3.2 release
...iles: >> libFLAC.a and libFLAC-static.a. The only difference between them >> is that libFLAC.a contains functions from win_utf8_io. >> But 'make install' adds libFLAC.a into /local/lib, not libFLAC-static.a. > > > P.S.: Visual Studio creates libFLAC_static.lib and libFLAC_dynamic.dll, and > none of them contain win_utf8_io stuff. I was wrong. In Visual Studio, 'flac' project depends on 'libFLAC_static' project and all the projects from src/share: getopt_static, grabbag_static, replaygain_analysis_static, replaygain_synthesis_static, utf8_static, win_utf...
2014 May 24
2
make dllimport/dllexport attributes work with mingw (and others)
The following patch changes export.h so that the dllimport/dllexport attributes work with mingw/mingw-w64 and others: - changes _declspec keyword to __declspec: the former may not be defined by some toolchains. - changes the _MSC_VER condition to universally _WIN32: MSVC, as well as GCC supports this. Attached patch: declspec.diff Regards. -- O.S. -------------- next part --------------
2010 Nov 17
0
Problem building libFLAC on Windows x64
...ing: > > If I try to build the dynamic version, I get two unresolved externals: > bitreader_asm.obj : error LNK2001: unresolved external symbol _FLAC__crc16_table > bitreader_asm.obj : error LNK2001: unresolved external symbol > _bitreader_read_from_client_ > ..\..\obj\release\lib\libFLAC_dynamic.dll : fatal error LNK1120: 2 > unresolved externals > > I can build the static version fine, but when Mixxx tries to link it > in, I get different unresolved externals: > soundsourceflac.obj : error LNK2001: unresolved external symbol > __imp_FLAC__stream_decoder_process_single &g...
2012 Mar 09
1
Compiling the FLAC libraries without OGG
I am attempting to build the FLAC Libraries without ogg using Microsoft Visual Studio. As suggested in the README file, I removed the FLAC__HAS_OGG preprocessor directive from the projects, but a number of the files include the ogg headers: 1>------ Build started: Project: libFLAC_dynamic, Configuration: Debug Win32 ------ 1> ogg_helper.c 1>c:\users\mischero\documents\visual studio 11\projects\flac-1.2.1\src\libflac\include\private\ogg_helper.h(35): fatal error C1083: Cannot open include file: 'ogg/ogg.h': No such file or directory 1> ogg_encoder_aspect.c 1>c:\...
2013 Aug 31
2
New routine: FLAC__lpc_compute_autocorrelation_asm_ia32_sse_lag_16
Erik de Castro Lopo <mle+la at mega-nerd.com> wrote: > Patch applied, tested, commited and pushed. Great. But, what about my other patches? I admit that many of them aren't necessary, but (imho) a couple of them are important. I can explain in detail why I think this.
2013 Sep 29
2
MSVS: debug flac.exe uses release libogg_static.lib
...DEFAULTLIB:library" What's the reason in this setting? What is better: * to change the settings so that MSVS will link debug .exe files with the debug version of libogg_static.lib, or * to add libcmt.lib into "IgnoreDefaultLibraryNames" option in the same way as it was done for libFLAC_dynamic.vcproj (see http://git.xiph.org/?p=flac.git;a=commit;h=c152d1adf910409bff06b9651247584d9e606c95 )?
2008 Mar 08
3
Can someone provide win32 binaries for vorbis-tools 1.2.0?
Hello list, I have been requested privately for vorbis-tools 1.2.0 binaries for Windows. Twice. Which means there are people out there who'd really like to have them available. I cannot compile stuff for Windows, though, so if someone could make available said binaries, it would be much appreciated. -Ivo