search for: replaygain_synthesis_static

Displaying 3 results from an estimated 3 matches for "replaygain_synthesis_static".

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 09
3
Lets do a 1.3.2 release
...io 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_utf8_io_static Both 'libFLAC_static' and 'libFLAC_dynamic' projects depend (only) on 'win_utf8_io_static'. I tried to remove this dependency and libFLAC_dynamic failed to compile since metadata_iterators.c uses e.g. flac_fopen, which is defined in share/co...
2007 Mar 06
1
Errors compiling flac in Visual Studio Express 2005
...005? Thanks! Ulrik 1>------ Rebuild All started: Project: replaygain_analysis_static, Configuration: Debug Win32 ------ 1>Deleting intermediate and output files for project 'replaygain_analysis_static', configuration 'Debug|Win32' 2>------ Rebuild All started: Project: replaygain_synthesis_static, Configuration: Debug Win32 ------ 2>Deleting intermediate and output files for project 'replaygain_synthesis_static', configuration 'Debug|Win32' 1>Compiling... 2>Compiling... 2>replaygain_synthesis.c 1>replaygain_analysis.c 1>Creating library... 2>Creating l...